#41FED0

Color #41FED0 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #41FED0

Tints of Turquoise #41FED0

Color information

#41FED0 (or 0x41FED0) is unknown color: approx Turquoise. HEX triplet: 41, FE and D0. RGB value is (65,254,208). Sum of RGB (Red+Green+Blue) = 65+254+208=527 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.33% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 254 - color contains mainly: green. Hex color #41FED0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FED0 is #BE012F. Grayscale: #C0C0C0. Windows color (decimal): -12452144 or 13696577. OLE color: 13696577.

HSL color Cylindrical-coordinate representation of color #41FED0: hue angle of 165.4º 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 #41FED0 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB65254208-
CMYK0.7400.180.00
HSL165.4º98.95%62.55%-
HSV(B)165.4º74.41%99.61%-
XYZ49.0176.5671.87-
YUV192.24136.8837.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.33%
GREEN value IS 254 (99.61% from 255) = 48.20%
BLUE value IS 208 (81.64% from 255) = 39.47%
R=12.33%
G=48.20%
B=39.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal652542080.7400.180.00165.498.9562.55
Hex41FED04A0120a5633f
Octal101376320112022024514377
Binary1000001111111101101000010010100100100101001011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41FED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #41FED0;
 }
 .AnyTagClassName
 {
   color: #41FED0;
 }
</style>
background-color css

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

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

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

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

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

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