#41F8DF

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

Shades of Turquoise #41F8DF

Tints of Turquoise #41F8DF

Color information

#41F8DF (or 0x41F8DF) is unknown color: approx Turquoise. HEX triplet: 41, F8 and DF. RGB value is (65,248,223). Sum of RGB (Red+Green+Blue) = 65+248+223=536 (70% of max value = 765). Red value is 65 (25.78% from 255 or 12.13% from 536); Green value is 248 (97.27% from 255 or 46.27% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 248 - color contains mainly: green. Hex color #41F8DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F8DF is #BE0720. Grayscale: #BEBEBE. Windows color (decimal): -12453665 or 14678081. OLE color: 14678081.

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

Color convert

RGB65248223-
CMYK0.7400.100.03
HSL171.8º92.89%61.37%-
HSV(B)171.8º73.79%97.25%-
XYZ49.0773.5981.43-
YUV190.43146.3738.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.13%
GREEN value IS 248 (97.27% from 255) = 46.27%
BLUE value IS 223 (87.5% from 255) = 41.60%
R=12.13%
G=46.27%
B=41.60%

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
Decimal652482230.7400.100.03171.892.8961.37
Hex41F8DF4A0A3ac5d3d
Octal101370337112012325413575
Binary1000001111110001101111110010100101011101011001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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