#39FCCD

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

Shades of Turquoise #39FCCD

Tints of Turquoise #39FCCD

Color information

#39FCCD (or 0x39FCCD) is unknown color: approx Turquoise. HEX triplet: 39, FC and CD. RGB value is (57,252,205). Sum of RGB (Red+Green+Blue) = 57+252+205=514 (68% of max value = 765). Red value is 57 (22.66% from 255 or 11.09% from 514); Green value is 252 (98.83% from 255 or 49.03% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 252 - color contains mainly: green. Hex color #39FCCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FCCD is #C60332. Grayscale: #BCBCBC. Windows color (decimal): -12976947 or 13499449. OLE color: 13499449.

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

Color convert

RGB57252205-
CMYK0.7700.190.01
HSL165.54º97.01%60.59%-
HSV(B)165.54º77.38%98.82%-
XYZ47.5274.969.71-
YUV188.34137.434.32-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.09%
GREEN value IS 252 (98.83% from 255) = 49.03%
BLUE value IS 205 (80.47% from 255) = 39.88%
R=11.09%
G=49.03%
B=39.88%

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
Decimal572522050.7700.190.01165.5497.0160.59
Hex39FCCD4D0131a6613d
Octal71374315115023124614175
Binary111001111111001100110110011010100111101001101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39FCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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