Shades of Turquoise #39DABA
Tints of Turquoise #39DABA
RGB
CMYK
RGB Variations
Color information
#39DABA (or 0x39DABA) is known color: Turquoise. HEX triplet: 39, DA and BA. RGB value is (57,218,186). Sum of RGB (Red+Green+Blue) = 57+218+186=461 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.36% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #39DABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DABA is #C62545. Grayscale: #A6A6A6. Windows color (decimal): -12985670 or 12245561. OLE color: 12245561.
HSL color Cylindrical-coordinate representation of color #39DABA: hue angle of 168.07º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39DABA is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 218 | 186 | - |
| CMYK | 0.74 | 0 | 0.15 | 0.15 |
| HSL | 168.07º | 0.69% | 0.54% | - |
| HSV(B) | 168.07º | 0.74% | 0.85% | - |
| XYZ | 35.62 | 54.56 | 55.11 | - |
| YUV | 166.21 | 139.16 | 50.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 218 | 186 | 0.74 | 0 | 0.15 | 0.15 | 168.07 | 0.69 | 0.54 |
| Hex | 39 | DA | BA | 4A | 0 | F | F | A8 | 45 | 36 |
| Octal | 71 | 332 | 272 | 112 | 0 | 17 | 17 | 250 | 105 | 66 |
| Binary | 111001 | 11011010 | 10111010 | 1001010 | 0 | 1111 | 1111 | 10101000 | 1000101 | 110110 |
Color Harmonies of #39DABA
Complementary color
Monochromatic Colors of #39DABA
Black with #39DABA
Text Example
Text Example
White with #39DABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DABA; }
p { color: rgb(57,218,186); }
H1.HeaderClassName
{
color: #39DABA;
}
.AnyTagClassName
{
color: #39DABA;
}
</style>
background-color css
<style>
a { background-color: #39DABA; }
a { background-color: rgb(57,218,186); }
div.DivClassName
{
background-color: #39DABA;
}
.BgClassName
{
background-color: #39DABA;
}
</style>
border-color css
<style>
span { border-color: #39DABA; }
span { border-color: rgb(57,218,186); }
td.TdClassName
{
border-color: #39DABA;
}
.TagClassName
{
border-color: #39DABA;
}
</style>