Shades of Turquoise #39D8BD
Tints of Turquoise #39D8BD
RGB
CMYK
RGB Variations
Color information
#39D8BD (or 0x39D8BD) is known color: Turquoise. HEX triplet: 39, D8 and BD. RGB value is (57,216,189). Sum of RGB (Red+Green+Blue) = 57+216+189=462 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.34% from 462); Green value is 216 (84.77% from 255 or 46.75% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 216 - color contains mainly: green. Hex color #39D8BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39D8BD is #C62742. Grayscale: #A5A5A5. Windows color (decimal): -12986179 or 12441657. OLE color: 12441657.
HSL color Cylindrical-coordinate representation of color #39D8BD: hue angle of 169.81º 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 #39D8BD is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 216 | 189 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.15 |
| HSL | 169.81º | 0.67% | 0.54% | - |
| HSV(B) | 169.81º | 0.74% | 0.85% | - |
| XYZ | 35.43 | 53.66 | 56.63 | - |
| YUV | 165.38 | 141.32 | 50.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 216 | 189 | 0.74 | 0 | 0.12 | 0.15 | 169.81 | 0.67 | 0.54 |
| Hex | 39 | D8 | BD | 4A | 0 | C | F | AA | 43 | 36 |
| Octal | 71 | 330 | 275 | 112 | 0 | 14 | 17 | 252 | 103 | 66 |
| Binary | 111001 | 11011000 | 10111101 | 1001010 | 0 | 1100 | 1111 | 10101010 | 1000011 | 110110 |
Color Harmonies of #39D8BD
Complementary color
Monochromatic Colors of #39D8BD
Black with #39D8BD
Text Example
Text Example
White with #39D8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D8BD; }
p { color: rgb(57,216,189); }
H1.HeaderClassName
{
color: #39D8BD;
}
.AnyTagClassName
{
color: #39D8BD;
}
</style>
background-color css
<style>
a { background-color: #39D8BD; }
a { background-color: rgb(57,216,189); }
div.DivClassName
{
background-color: #39D8BD;
}
.BgClassName
{
background-color: #39D8BD;
}
</style>
border-color css
<style>
span { border-color: #39D8BD; }
span { border-color: rgb(57,216,189); }
td.TdClassName
{
border-color: #39D8BD;
}
.TagClassName
{
border-color: #39D8BD;
}
</style>