Html Css Color HEX #41FED6 Turquoise

📋 copy color: '#41FED6'

red 65 ◦ green 254 ◦ blue 214

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

Shades of Turquoise #41FED6

Tints of Turquoise #41FED6

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.65%

 BLUE value IS 214 (83.98% from 255) = 40.15%

R = 12.2%
G = 47.65%
B = 40.15%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#41FED6 (or 0x41FED6) is known color: Turquoise. HEX triplet: 41, FE and D6. RGB value is (65,254,214). Sum of RGB (Red+Green+Blue) = 65+254+214=533 (70% of max value = 765). Red value is 65 (25.78% from 255 or 12.20% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 214 (83.98% from 255 or 40.15% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #41FED6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FED6 is #BE0129. Grayscale: #C0C0C0. Windows color (decimal): -12452138 or 14089793. OLE color: 14089793.

HSL color Cylindrical-coordinate representation of color #41FED6: hue angle of 167.3º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41FED6 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB 65 254 214 -
CMYK 0.74 0 0.16 0.00
HSL 167.3º 0.99% 0.63% -
HSV(B) 167.3º 0.74% 1% -
XYZ 49.76 76.86 75.83 -
YUV 192.93 139.88 36.75 -
System Red Green Blue C M Y K H S L
Decimal 65 254 214 0.74 0 0.16 0.00 167.3 0.99 0.63
Hex 41 FE D6 4A 0 10 0 A7 63 3F
Octal 101 376 326 112 0 20 0 247 143 77
Binary 1000001 11111110 11010110 1001010 0 10000 0 10100111 1100011 111111

Color Harmonies of #41FED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FED6

Black with #41FED6

Text Example


Text Example

White with #41FED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,254,214); }

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

background-color css

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

 a { background-color: rgb(65,254,214); }

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

border-color css

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

 span { border-color: rgb(65,254,214); }

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