Shades of Turquoise #39FCCD
Tints of Turquoise #39FCCD
RGB
CMYK
RGB Variations
Color information
#39FCCD (or 0x39FCCD) is known color: 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
RGB | 57 | 252 | 205 | - |
CMYK | 0.77 | 0 | 0.19 | 0.01 |
HSL | 165.54º | 0.97% | 0.61% | - |
HSV(B) | 165.54º | 0.77% | 0.99% | - |
XYZ | 47.52 | 74.9 | 69.71 | - |
YUV | 188.34 | 137.4 | 34.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 57 | 252 | 205 | 0.77 | 0 | 0.19 | 0.01 | 165.54 | 0.97 | 0.61 |
Hex | 39 | FC | CD | 4D | 0 | 13 | 1 | A6 | 61 | 3D |
Octal | 71 | 374 | 315 | 115 | 0 | 23 | 1 | 246 | 141 | 75 |
Binary | 111001 | 11111100 | 11001101 | 1001101 | 0 | 10011 | 1 | 10100110 | 1100001 | 111101 |
Color Harmonies of #39FCCD
Complementary color
Monochromatic Colors of #39FCCD
Black with #39FCCD
Text Example
Text Example
White with #39FCCD
Text Example
Text Example
HTML Codes & Css Web 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>