#41F8DE

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

Shades of Turquoise #41F8DE

Tints of Turquoise #41F8DE

Color information

#41F8DE (or 0x41F8DE) is unknown color: approx Turquoise. HEX triplet: 41, F8 and DE. RGB value is (65,248,222). Sum of RGB (Red+Green+Blue) = 65+248+222=535 (70% of max value = 765). Red value is 65 (25.78% from 255 or 12.15% from 535); Green value is 248 (97.27% from 255 or 46.36% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 248 - color contains mainly: green. Hex color #41F8DE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F8DE is #BE0721. Grayscale: #BEBEBE. Windows color (decimal): -12453666 or 14612545. OLE color: 14612545.

HSL color Cylindrical-coordinate representation of color #41F8DE: hue angle of 171.48º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41F8DE is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB65248222-
CMYK0.7400.100.03
HSL171.48º92.89%61.37%-
HSV(B)171.48º73.79%97.25%-
XYZ48.9373.5380.72-
YUV190.32145.8738.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.15%
GREEN value IS 248 (97.27% from 255) = 46.36%
BLUE value IS 222 (87.11% from 255) = 41.50%
R=12.15%
G=46.36%
B=41.50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal652482220.7400.100.03171.4892.8961.37
Hex41F8DE4A0A3ab5d3d
Octal101370336112012325313575
Binary1000001111110001101111010010100101011101010111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,248,222); }

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

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

 a { background-color: rgb(65,248,222); }

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

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

 span { border-color: rgb(65,248,222); }

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