#41F3C8

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

Shades of Turquoise #41F3C8

Tints of Turquoise #41F3C8

Color information

#41F3C8 (or 0x41F3C8) is unknown color: approx Turquoise. HEX triplet: 41, F3 and C8. RGB value is (65,243,200). Sum of RGB (Red+Green+Blue) = 65+243+200=508 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.80% from 508); Green value is 243 (95.31% from 255 or 47.83% from 508); Blue value is 200 (78.52% from 255 or 39.37% from 508); Max value from RGB is 243 - color contains mainly: green. Hex color #41F3C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F3C8 is #BE0C37. Grayscale: #B8B8B8. Windows color (decimal): -12454968 or 13169473. OLE color: 13169473.

HSL color Cylindrical-coordinate representation of color #41F3C8: hue angle of 165.51º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F3C8 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB65243200-
CMYK0.7300.180.05
HSL165.51º88.12%60.39%-
HSV(B)165.51º73.25%95.29%-
XYZ44.6669.465.68-
YUV184.88136.5342.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.80%
GREEN value IS 243 (95.31% from 255) = 47.83%
BLUE value IS 200 (78.52% from 255) = 39.37%
R=12.80%
G=47.83%
B=39.37%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal652432000.7300.180.05165.5188.1260.39
Hex41F3C8490125a6583c
Octal101363310111022524613074
Binary100000111110011110010001001001010010101101001101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F3C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,243,200); }

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

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

 a { background-color: rgb(65,243,200); }

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

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

 span { border-color: rgb(65,243,200); }

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