Shades of Turquoise #39D8BF
Tints of Turquoise #39D8BF
RGB
CMYK
RGB Variations
Color information
#39D8BF (or 0x39D8BF) is known color: Turquoise. HEX triplet: 39, D8 and BF. RGB value is (57,216,191). Sum of RGB (Red+Green+Blue) = 57+216+191=464 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.28% from 464); Green value is 216 (84.77% from 255 or 46.55% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 216 - color contains mainly: green. Hex color #39D8BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39D8BF is #C62740. Grayscale: #A5A5A5. Windows color (decimal): -12986177 or 12572729. OLE color: 12572729.
HSL color Cylindrical-coordinate representation of color #39D8BF: hue angle of 170.57º 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 #39D8BF is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 216 | 191 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.15 |
| HSL | 170.57º | 0.67% | 0.54% | - |
| HSV(B) | 170.57º | 0.74% | 0.85% | - |
| XYZ | 35.65 | 53.74 | 57.78 | - |
| YUV | 165.61 | 142.32 | 50.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 216 | 191 | 0.74 | 0 | 0.12 | 0.15 | 170.57 | 0.67 | 0.54 |
| Hex | 39 | D8 | BF | 4A | 0 | C | F | AB | 43 | 36 |
| Octal | 71 | 330 | 277 | 112 | 0 | 14 | 17 | 253 | 103 | 66 |
| Binary | 111001 | 11011000 | 10111111 | 1001010 | 0 | 1100 | 1111 | 10101011 | 1000011 | 110110 |
Color Harmonies of #39D8BF
Complementary color
Monochromatic Colors of #39D8BF
Black with #39D8BF
Text Example
Text Example
White with #39D8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D8BF; }
p { color: rgb(57,216,191); }
H1.HeaderClassName
{
color: #39D8BF;
}
.AnyTagClassName
{
color: #39D8BF;
}
</style>
background-color css
<style>
a { background-color: #39D8BF; }
a { background-color: rgb(57,216,191); }
div.DivClassName
{
background-color: #39D8BF;
}
.BgClassName
{
background-color: #39D8BF;
}
</style>
border-color css
<style>
span { border-color: #39D8BF; }
span { border-color: rgb(57,216,191); }
td.TdClassName
{
border-color: #39D8BF;
}
.TagClassName
{
border-color: #39D8BF;
}
</style>