Shades of Medium Turquoise #39CFDB
Tints of Medium Turquoise #39CFDB
RGB
CMYK
RGB Variations
Color information
#39CFDB (or 0x39CFDB) is known color: Medium Turquoise. HEX triplet: 39, CF and DB. RGB value is (57,207,219). Sum of RGB (Red+Green+Blue) = 57+207+219=483 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.80% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #39CFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CFDB is #C63024. Grayscale: #A3A3A3. Windows color (decimal): -12988453 or 14405433. OLE color: 14405433.
HSL color Cylindrical-coordinate representation of color #39CFDB: hue angle of 184.44º 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 #39CFDB is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 207 | 219 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.14 |
| HSL | 184.44º | 0.69% | 0.54% | - |
| HSV(B) | 184.44º | 0.74% | 0.86% | - |
| XYZ | 36.79 | 50.61 | 74.85 | - |
| YUV | 163.52 | 159.31 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 207 | 219 | 0.74 | 0.05 | 0 | 0.14 | 184.44 | 0.69 | 0.54 |
| Hex | 39 | CF | DB | 4A | 5 | 0 | E | B8 | 45 | 36 |
| Octal | 71 | 317 | 333 | 112 | 5 | 0 | 16 | 270 | 105 | 66 |
| Binary | 111001 | 11001111 | 11011011 | 1001010 | 101 | 0 | 1110 | 10111000 | 1000101 | 110110 |
Color Harmonies of #39CFDB
Complementary color
Monochromatic Colors of #39CFDB
Black with #39CFDB
Text Example
Text Example
White with #39CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CFDB; }
p { color: rgb(57,207,219); }
H1.HeaderClassName
{
color: #39CFDB;
}
.AnyTagClassName
{
color: #39CFDB;
}
</style>
background-color css
<style>
a { background-color: #39CFDB; }
a { background-color: rgb(57,207,219); }
div.DivClassName
{
background-color: #39CFDB;
}
.BgClassName
{
background-color: #39CFDB;
}
</style>
border-color css
<style>
span { border-color: #39CFDB; }
span { border-color: rgb(57,207,219); }
td.TdClassName
{
border-color: #39CFDB;
}
.TagClassName
{
border-color: #39CFDB;
}
</style>