Shades of Medium Turquoise #39D2BB
Tints of Medium Turquoise #39D2BB
RGB
CMYK
RGB Variations
Color information
#39D2BB (or 0x39D2BB) is known color: Medium Turquoise. HEX triplet: 39, D2 and BB. RGB value is (57,210,187). Sum of RGB (Red+Green+Blue) = 57+210+187=454 (60% of max value = 765). Red value is 57 (22.66% from 255 or 12.56% from 454); Green value is 210 (82.42% from 255 or 46.26% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 210 - color contains mainly: green. Hex color #39D2BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39D2BB is #C62D44. Grayscale: #A1A1A1. Windows color (decimal): -12987717 or 12309049. OLE color: 12309049.
HSL color Cylindrical-coordinate representation of color #39D2BB: hue angle of 170.98º 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 #39D2BB is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 57 | 210 | 187 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.18 |
| HSL | 170.98º | 0.63% | 0.52% | - |
| HSV(B) | 170.98º | 0.73% | 0.82% | - |
| XYZ | 33.7 | 50.55 | 54.99 | - |
| YUV | 161.63 | 142.31 | 53.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 210 | 187 | 0.73 | 0 | 0.11 | 0.18 | 170.98 | 0.63 | 0.52 |
| Hex | 39 | D2 | BB | 49 | 0 | B | 12 | AB | 3F | 34 |
| Octal | 71 | 322 | 273 | 111 | 0 | 13 | 22 | 253 | 77 | 64 |
| Binary | 111001 | 11010010 | 10111011 | 1001001 | 0 | 1011 | 10010 | 10101011 | 111111 | 110100 |
Color Harmonies of #39D2BB
Complementary color
Monochromatic Colors of #39D2BB
Black with #39D2BB
Text Example
Text Example
White with #39D2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D2BB; }
p { color: rgb(57,210,187); }
H1.HeaderClassName
{
color: #39D2BB;
}
.AnyTagClassName
{
color: #39D2BB;
}
</style>
background-color css
<style>
a { background-color: #39D2BB; }
a { background-color: rgb(57,210,187); }
div.DivClassName
{
background-color: #39D2BB;
}
.BgClassName
{
background-color: #39D2BB;
}
</style>
border-color css
<style>
span { border-color: #39D2BB; }
span { border-color: rgb(57,210,187); }
td.TdClassName
{
border-color: #39D2BB;
}
.TagClassName
{
border-color: #39D2BB;
}
</style>