Shades of Medium Turquoise #39CBDB
Tints of Medium Turquoise #39CBDB
RGB
CMYK
RGB Variations
Color information
#39CBDB (or 0x39CBDB) is known color: Medium Turquoise. HEX triplet: 39, CB and DB. RGB value is (57,203,219). Sum of RGB (Red+Green+Blue) = 57+203+219=479 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.90% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #39CBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CBDB is #C63424. Grayscale: #A0A0A0. Windows color (decimal): -12989477 or 14404409. OLE color: 14404409.
HSL color Cylindrical-coordinate representation of color #39CBDB: hue angle of 185.93º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39CBDB is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 203 | 219 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.14 |
| HSL | 185.93º | 0.69% | 0.54% | - |
| HSV(B) | 185.93º | 0.74% | 0.86% | - |
| XYZ | 35.83 | 48.7 | 74.53 | - |
| YUV | 161.17 | 160.63 | 53.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 203 | 219 | 0.74 | 0.07 | 0 | 0.14 | 185.93 | 0.69 | 0.54 |
| Hex | 39 | CB | DB | 4A | 7 | 0 | E | BA | 45 | 36 |
| Octal | 71 | 313 | 333 | 112 | 7 | 0 | 16 | 272 | 105 | 66 |
| Binary | 111001 | 11001011 | 11011011 | 1001010 | 111 | 0 | 1110 | 10111010 | 1000101 | 110110 |
Color Harmonies of #39CBDB
Complementary color
Monochromatic Colors of #39CBDB
Black with #39CBDB
Text Example
Text Example
White with #39CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CBDB; }
p { color: rgb(57,203,219); }
H1.HeaderClassName
{
color: #39CBDB;
}
.AnyTagClassName
{
color: #39CBDB;
}
</style>
background-color css
<style>
a { background-color: #39CBDB; }
a { background-color: rgb(57,203,219); }
div.DivClassName
{
background-color: #39CBDB;
}
.BgClassName
{
background-color: #39CBDB;
}
</style>
border-color css
<style>
span { border-color: #39CBDB; }
span { border-color: rgb(57,203,219); }
td.TdClassName
{
border-color: #39CBDB;
}
.TagClassName
{
border-color: #39CBDB;
}
</style>