Shades of Medium Turquoise #39CFCD
Tints of Medium Turquoise #39CFCD
RGB
CMYK
RGB Variations
Color information
#39CFCD (or 0x39CFCD) is known color: Medium Turquoise. HEX triplet: 39, CF and CD. RGB value is (57,207,205). Sum of RGB (Red+Green+Blue) = 57+207+205=469 (62% of max value = 765). Red value is 57 (22.66% from 255 or 12.15% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #39CFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CFCD is #C63032. Grayscale: #A1A1A1. Windows color (decimal): -12988467 or 13487929. OLE color: 13487929.
HSL color Cylindrical-coordinate representation of color #39CFCD: hue angle of 179.2º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39CFCD is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 207 | 205 | - |
| CMYK | 0.72 | 0 | 0.01 | 0.19 |
| HSL | 179.2º | 0.61% | 0.52% | - |
| HSV(B) | 179.2º | 0.72% | 0.81% | - |
| XYZ | 35.02 | 49.9 | 65.54 | - |
| YUV | 161.92 | 152.31 | 53.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 207 | 205 | 0.72 | 0 | 0.01 | 0.19 | 179.2 | 0.61 | 0.52 |
| Hex | 39 | CF | CD | 48 | 0 | 1 | 13 | B3 | 3D | 34 |
| Octal | 71 | 317 | 315 | 110 | 0 | 1 | 23 | 263 | 75 | 64 |
| Binary | 111001 | 11001111 | 11001101 | 1001000 | 0 | 1 | 10011 | 10110011 | 111101 | 110100 |
Color Harmonies of #39CFCD
Complementary color
Monochromatic Colors of #39CFCD
Black with #39CFCD
Text Example
Text Example
White with #39CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CFCD; }
p { color: rgb(57,207,205); }
H1.HeaderClassName
{
color: #39CFCD;
}
.AnyTagClassName
{
color: #39CFCD;
}
</style>
background-color css
<style>
a { background-color: #39CFCD; }
a { background-color: rgb(57,207,205); }
div.DivClassName
{
background-color: #39CFCD;
}
.BgClassName
{
background-color: #39CFCD;
}
</style>
border-color css
<style>
span { border-color: #39CFCD; }
span { border-color: rgb(57,207,205); }
td.TdClassName
{
border-color: #39CFCD;
}
.TagClassName
{
border-color: #39CFCD;
}
</style>