Shades of Turquoise #39D8BA
Tints of Turquoise #39D8BA
RGB
CMYK
RGB Variations
Color information
#39D8BA (or 0x39D8BA) is known color: Turquoise. HEX triplet: 39, D8 and BA. RGB value is (57,216,186). Sum of RGB (Red+Green+Blue) = 57+216+186=459 (60% of max value = 765). Red value is 57 (22.66% from 255 or 12.42% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 216 - color contains mainly: green. Hex color #39D8BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39D8BA is #C62745. Grayscale: #A5A5A5. Windows color (decimal): -12986182 or 12245049. OLE color: 12245049.
HSL color Cylindrical-coordinate representation of color #39D8BA: hue angle of 168.68º degrees, saturation: 0.67, 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 #39D8BA is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 216 | 186 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.15 |
| HSL | 168.68º | 0.67% | 0.54% | - |
| HSV(B) | 168.68º | 0.74% | 0.85% | - |
| XYZ | 35.11 | 53.53 | 54.94 | - |
| YUV | 165.04 | 139.82 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 216 | 186 | 0.74 | 0 | 0.14 | 0.15 | 168.68 | 0.67 | 0.54 |
| Hex | 39 | D8 | BA | 4A | 0 | E | F | A9 | 43 | 36 |
| Octal | 71 | 330 | 272 | 112 | 0 | 16 | 17 | 251 | 103 | 66 |
| Binary | 111001 | 11011000 | 10111010 | 1001010 | 0 | 1110 | 1111 | 10101001 | 1000011 | 110110 |
Color Harmonies of #39D8BA
Complementary color
Monochromatic Colors of #39D8BA
Black with #39D8BA
Text Example
Text Example
White with #39D8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D8BA; }
p { color: rgb(57,216,186); }
H1.HeaderClassName
{
color: #39D8BA;
}
.AnyTagClassName
{
color: #39D8BA;
}
</style>
background-color css
<style>
a { background-color: #39D8BA; }
a { background-color: rgb(57,216,186); }
div.DivClassName
{
background-color: #39D8BA;
}
.BgClassName
{
background-color: #39D8BA;
}
</style>
border-color css
<style>
span { border-color: #39D8BA; }
span { border-color: rgb(57,216,186); }
td.TdClassName
{
border-color: #39D8BA;
}
.TagClassName
{
border-color: #39D8BA;
}
</style>