#41FED2

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

Shades of Turquoise #41FED2

Tints of Turquoise #41FED2

Color information

#41FED2 (or 0x41FED2) is unknown color: approx Turquoise. HEX triplet: 41, FE and D2. RGB value is (65,254,210). Sum of RGB (Red+Green+Blue) = 65+254+210=529 (70% of max value = 765). Red value is 65 (25.78% from 255 or 12.29% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 210 (82.42% from 255 or 39.70% from 529); Max value from RGB is 254 - color contains mainly: green. Hex color #41FED2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FED2 is #BE012D. Grayscale: #C0C0C0. Windows color (decimal): -12452142 or 13827649. OLE color: 13827649.

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

Color convert

RGB65254210-
CMYK0.7400.170.00
HSL166.03º98.95%62.55%-
HSV(B)166.03º74.41%99.61%-
XYZ49.2576.6673.17-
YUV192.47137.8837.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.29%
GREEN value IS 254 (99.61% from 255) = 48.02%
BLUE value IS 210 (82.42% from 255) = 39.70%
R=12.29%
G=48.02%
B=39.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal652542100.7400.170.00166.0398.9562.55
Hex41FED24A0110a6633f
Octal101376322112021024614377
Binary1000001111111101101001010010100100010101001101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41FED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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