#39FCCC

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

Shades of Turquoise #39FCCC

Tints of Turquoise #39FCCC

Color information

#39FCCC (or 0x39FCCC) is unknown color: approx Turquoise. HEX triplet: 39, FC and CC. RGB value is (57,252,204). Sum of RGB (Red+Green+Blue) = 57+252+204=513 (67% of max value = 765). Red value is 57 (22.66% from 255 or 11.11% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #39FCCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FCCC is #C60333. Grayscale: #BCBCBC. Windows color (decimal): -12976948 or 13433913. OLE color: 13433913.

HSL color Cylindrical-coordinate representation of color #39FCCC: hue angle of 165.23º 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 #39FCCC is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB57252204-
CMYK0.7700.190.01
HSL165.23º97.01%60.59%-
HSV(B)165.23º77.38%98.82%-
XYZ47.474.8569.08-
YUV188.22136.934.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.11%
GREEN value IS 252 (98.83% from 255) = 49.12%
BLUE value IS 204 (80.08% from 255) = 39.77%
R=11.11%
G=49.12%
B=39.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal572522040.7700.190.01165.2397.0160.59
Hex39FCCC4D0131a5613d
Octal71374314115023124514175
Binary111001111111001100110010011010100111101001011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39FCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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