Shades of Medium Turquoise #39CDDB
Tints of Medium Turquoise #39CDDB
RGB
CMYK
RGB Variations
Color information
#39CDDB (or 0x39CDDB) is known color: Medium Turquoise. HEX triplet: 39, CD and DB. RGB value is (57,205,219). Sum of RGB (Red+Green+Blue) = 57+205+219=481 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.85% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #39CDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CDDB is #C63224. Grayscale: #A2A2A2. Windows color (decimal): -12988965 or 14404921. OLE color: 14404921.
HSL color Cylindrical-coordinate representation of color #39CDDB: hue angle of 185.19º 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 #39CDDB is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 205 | 219 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.14 |
| HSL | 185.19º | 0.69% | 0.54% | - |
| HSV(B) | 185.19º | 0.74% | 0.86% | - |
| XYZ | 36.3 | 49.65 | 74.69 | - |
| YUV | 162.34 | 159.97 | 52.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 205 | 219 | 0.74 | 0.06 | 0 | 0.14 | 185.19 | 0.69 | 0.54 |
| Hex | 39 | CD | DB | 4A | 6 | 0 | E | B9 | 45 | 36 |
| Octal | 71 | 315 | 333 | 112 | 6 | 0 | 16 | 271 | 105 | 66 |
| Binary | 111001 | 11001101 | 11011011 | 1001010 | 110 | 0 | 1110 | 10111001 | 1000101 | 110110 |
Color Harmonies of #39CDDB
Complementary color
Monochromatic Colors of #39CDDB
Black with #39CDDB
Text Example
Text Example
White with #39CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CDDB; }
p { color: rgb(57,205,219); }
H1.HeaderClassName
{
color: #39CDDB;
}
.AnyTagClassName
{
color: #39CDDB;
}
</style>
background-color css
<style>
a { background-color: #39CDDB; }
a { background-color: rgb(57,205,219); }
div.DivClassName
{
background-color: #39CDDB;
}
.BgClassName
{
background-color: #39CDDB;
}
</style>
border-color css
<style>
span { border-color: #39CDDB; }
span { border-color: rgb(57,205,219); }
td.TdClassName
{
border-color: #39CDDB;
}
.TagClassName
{
border-color: #39CDDB;
}
</style>