Shades of Medium Turquoise #39D2CA
Tints of Medium Turquoise #39D2CA
RGB
CMYK
RGB Variations
Color information
#39D2CA (or 0x39D2CA) is known color: Medium Turquoise. HEX triplet: 39, D2 and CA. RGB value is (57,210,202). Sum of RGB (Red+Green+Blue) = 57+210+202=469 (62% of max value = 765). Red value is 57 (22.66% from 255 or 12.15% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 210 - color contains mainly: green. Hex color #39D2CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39D2CA is #C62D35. Grayscale: #A3A3A3. Windows color (decimal): -12987702 or 13292089. OLE color: 13292089.
HSL color Cylindrical-coordinate representation of color #39D2CA: hue angle of 176.86º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39D2CA is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 57 | 210 | 202 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.18 |
| HSL | 176.86º | 0.63% | 0.52% | - |
| HSV(B) | 176.86º | 0.73% | 0.82% | - |
| XYZ | 35.39 | 51.23 | 63.9 | - |
| YUV | 163.34 | 149.81 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 210 | 202 | 0.73 | 0 | 0.04 | 0.18 | 176.86 | 0.63 | 0.52 |
| Hex | 39 | D2 | CA | 49 | 0 | 4 | 12 | B1 | 3F | 34 |
| Octal | 71 | 322 | 312 | 111 | 0 | 4 | 22 | 261 | 77 | 64 |
| Binary | 111001 | 11010010 | 11001010 | 1001001 | 0 | 100 | 10010 | 10110001 | 111111 | 110100 |
Color Harmonies of #39D2CA
Complementary color
Monochromatic Colors of #39D2CA
Black with #39D2CA
Text Example
Text Example
White with #39D2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D2CA; }
p { color: rgb(57,210,202); }
H1.HeaderClassName
{
color: #39D2CA;
}
.AnyTagClassName
{
color: #39D2CA;
}
</style>
background-color css
<style>
a { background-color: #39D2CA; }
a { background-color: rgb(57,210,202); }
div.DivClassName
{
background-color: #39D2CA;
}
.BgClassName
{
background-color: #39D2CA;
}
</style>
border-color css
<style>
span { border-color: #39D2CA; }
span { border-color: rgb(57,210,202); }
td.TdClassName
{
border-color: #39D2CA;
}
.TagClassName
{
border-color: #39D2CA;
}
</style>