Shades of Turquoise #39D8B5
Tints of Turquoise #39D8B5
RGB
CMYK
RGB Variations
Color information
#39D8B5 (or 0x39D8B5) is known color: Turquoise. HEX triplet: 39, D8 and B5. RGB value is (57,216,181). Sum of RGB (Red+Green+Blue) = 57+216+181=454 (60% of max value = 765). Red value is 57 (22.66% from 255 or 12.56% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 216 - color contains mainly: green. Hex color #39D8B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39D8B5 is #C6274A. Grayscale: #A4A4A4. Windows color (decimal): -12986187 or 11917369. OLE color: 11917369.
HSL color Cylindrical-coordinate representation of color #39D8B5: hue angle of 166.79º 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 #39D8B5 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 216 | 181 | - |
| CMYK | 0.74 | 0 | 0.16 | 0.15 |
| HSL | 166.79º | 0.67% | 0.54% | - |
| HSV(B) | 166.79º | 0.74% | 0.85% | - |
| XYZ | 34.58 | 53.32 | 52.18 | - |
| YUV | 164.47 | 137.32 | 51.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 216 | 181 | 0.74 | 0 | 0.16 | 0.15 | 166.79 | 0.67 | 0.54 |
| Hex | 39 | D8 | B5 | 4A | 0 | 10 | F | A7 | 43 | 36 |
| Octal | 71 | 330 | 265 | 112 | 0 | 20 | 17 | 247 | 103 | 66 |
| Binary | 111001 | 11011000 | 10110101 | 1001010 | 0 | 10000 | 1111 | 10100111 | 1000011 | 110110 |
Color Harmonies of #39D8B5
Complementary color
Monochromatic Colors of #39D8B5
Black with #39D8B5
Text Example
Text Example
White with #39D8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D8B5; }
p { color: rgb(57,216,181); }
H1.HeaderClassName
{
color: #39D8B5;
}
.AnyTagClassName
{
color: #39D8B5;
}
</style>
background-color css
<style>
a { background-color: #39D8B5; }
a { background-color: rgb(57,216,181); }
div.DivClassName
{
background-color: #39D8B5;
}
.BgClassName
{
background-color: #39D8B5;
}
</style>
border-color css
<style>
span { border-color: #39D8B5; }
span { border-color: rgb(57,216,181); }
td.TdClassName
{
border-color: #39D8B5;
}
.TagClassName
{
border-color: #39D8B5;
}
</style>