Html Css Color HEX #41FDE2 Turquoise

📋 copy color: '#41FDE2'

red 65 ◦ green 253 ◦ blue 226

#41FDE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #41FDE2

Tints of Turquoise #41FDE2

RGB

 RED value IS 65 (25.78% from 255) = 11.95%

 GREEN value IS 253 (99.22% from 255) = 46.51%

 BLUE value IS 226 (88.67% from 255) = 41.54%

R = 11.95%
G = 46.51%
B = 41.54%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.11

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#41FDE2 (or 0x41FDE2) is known color: Turquoise. HEX triplet: 41, FD and E2. RGB value is (65,253,226). Sum of RGB (Red+Green+Blue) = 65+253+226=544 (72% of max value = 765). Red value is 65 (25.78% from 255 or 11.95% from 544); Green value is 253 (99.22% from 255 or 46.51% from 544); Blue value is 226 (88.67% from 255 or 41.54% from 544); Max value from RGB is 253 - color contains mainly: green. Hex color #41FDE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FDE2 is #BE021D. Grayscale: #C1C1C1. Windows color (decimal): -12452382 or 14875969. OLE color: 14875969.

HSL color Cylindrical-coordinate representation of color #41FDE2: hue angle of 171.38º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41FDE2 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 65 253 226 -
CMYK 0.74 0 0.11 0.01
HSL 171.38º 0.98% 0.62% -
HSV(B) 171.38º 0.74% 0.99% -
XYZ 51.03 76.87 84.1 -
YUV 193.71 146.22 36.2 -
System Red Green Blue C M Y K H S L
Decimal 65 253 226 0.74 0 0.11 0.01 171.38 0.98 0.62
Hex 41 FD E2 4A 0 B 1 AB 62 3E
Octal 101 375 342 112 0 13 1 253 142 76
Binary 1000001 11111101 11100010 1001010 0 1011 1 10101011 1100010 111110

Color Harmonies of #41FDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FDE2

Black with #41FDE2

Text Example


Text Example

White with #41FDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41FDE2; }

 p { color: rgb(65,253,226); }

 H1.HeaderClassName
 {
   color: #41FDE2;
 }
 .AnyTagClassName
 {
   color: #41FDE2;
 }
</style>

background-color css

<style>
 a { background-color: #41FDE2; }

 a { background-color: rgb(65,253,226); }

 div.DivClassName
 {
   background-color: #41FDE2;
 }
 .BgClassName
 {
   background-color: #41FDE2;
 }
</style>

border-color css

<style>
 span { border-color: #41FDE2; }

 span { border-color: rgb(65,253,226); }

 td.TdClassName
 {
   border-color: #41FDE2;
 }
 .TagClassName
 {
   border-color: #41FDE2;
 }
</style>