#39FCC8

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

Shades of Turquoise #39FCC8

Tints of Turquoise #39FCC8

Color information

#39FCC8 (or 0x39FCC8) is unknown color: approx Turquoise. HEX triplet: 39, FC and C8. RGB value is (57,252,200). Sum of RGB (Red+Green+Blue) = 57+252+200=509 (67% of max value = 765). Red value is 57 (22.66% from 255 or 11.20% from 509); Green value is 252 (98.83% from 255 or 49.51% from 509); Blue value is 200 (78.52% from 255 or 39.29% from 509); Max value from RGB is 252 - color contains mainly: green. Hex color #39FCC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FCC8 is #C60337. Grayscale: #BBBBBB. Windows color (decimal): -12976952 or 13171769. OLE color: 13171769.

HSL color Cylindrical-coordinate representation of color #39FCC8: hue angle of 164º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39FCC8 is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB57252200-
CMYK0.7700.210.01
HSL164º97.01%60.59%-
HSV(B)164º77.38%98.82%-
XYZ46.9274.6666.58-
YUV187.77134.934.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.20%
GREEN value IS 252 (98.83% from 255) = 49.51%
BLUE value IS 200 (78.52% from 255) = 39.29%
R=11.20%
G=49.51%
B=39.29%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal572522000.7700.210.0116497.0160.59
Hex39FCC84D0151a4613d
Octal71374310115025124414175
Binary111001111111001100100010011010101011101001001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39FCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39FCC8; }

 p { color: rgb(57,252,200); }

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

<style>
 a { background-color: #39FCC8; }

 a { background-color: rgb(57,252,200); }

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

<style>
 span { border-color: #39FCC8; }

 span { border-color: rgb(57,252,200); }

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