Shades of Medium Turquoise #39CADB
Tints of Medium Turquoise #39CADB
RGB
CMYK
RGB Variations
Color information
#39CADB (or 0x39CADB) is known color: Medium Turquoise. HEX triplet: 39, CA and DB. RGB value is (57,202,219). Sum of RGB (Red+Green+Blue) = 57+202+219=478 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.92% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #39CADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CADB is #C63524. Grayscale: #A0A0A0. Windows color (decimal): -12989733 or 14404153. OLE color: 14404153.
HSL color Cylindrical-coordinate representation of color #39CADB: hue angle of 186.3º 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 #39CADB is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 202 | 219 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.14 |
| HSL | 186.3º | 0.69% | 0.54% | - |
| HSV(B) | 186.3º | 0.74% | 0.86% | - |
| XYZ | 35.59 | 48.23 | 74.45 | - |
| YUV | 160.58 | 160.96 | 54.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 202 | 219 | 0.74 | 0.08 | 0 | 0.14 | 186.3 | 0.69 | 0.54 |
| Hex | 39 | CA | DB | 4A | 8 | 0 | E | BA | 45 | 36 |
| Octal | 71 | 312 | 333 | 112 | 10 | 0 | 16 | 272 | 105 | 66 |
| Binary | 111001 | 11001010 | 11011011 | 1001010 | 1000 | 0 | 1110 | 10111010 | 1000101 | 110110 |
Color Harmonies of #39CADB
Complementary color
Monochromatic Colors of #39CADB
Black with #39CADB
Text Example
Text Example
White with #39CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CADB; }
p { color: rgb(57,202,219); }
H1.HeaderClassName
{
color: #39CADB;
}
.AnyTagClassName
{
color: #39CADB;
}
</style>
background-color css
<style>
a { background-color: #39CADB; }
a { background-color: rgb(57,202,219); }
div.DivClassName
{
background-color: #39CADB;
}
.BgClassName
{
background-color: #39CADB;
}
</style>
border-color css
<style>
span { border-color: #39CADB; }
span { border-color: rgb(57,202,219); }
td.TdClassName
{
border-color: #39CADB;
}
.TagClassName
{
border-color: #39CADB;
}
</style>