Shades of Turquoise #39DFB8
Tints of Turquoise #39DFB8
RGB
CMYK
RGB Variations
Color information
#39DFB8 (or 0x39DFB8) is known color: Turquoise. HEX triplet: 39, DF and B8. RGB value is (57,223,184). Sum of RGB (Red+Green+Blue) = 57+223+184=464 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.28% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 184 (72.27% from 255 or 39.66% from 464); Max value from RGB is 223 - color contains mainly: green. Hex color #39DFB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DFB8 is #C62047. Grayscale: #A8A8A8. Windows color (decimal): -12984392 or 12115769. OLE color: 12115769.
HSL color Cylindrical-coordinate representation of color #39DFB8: hue angle of 165.9º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39DFB8 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 223 | 184 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.13 |
| HSL | 165.9º | 0.72% | 0.55% | - |
| HSV(B) | 165.9º | 0.74% | 0.87% | - |
| XYZ | 36.73 | 57.11 | 54.43 | - |
| YUV | 168.92 | 136.5 | 48.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 223 | 184 | 0.74 | 0 | 0.17 | 0.13 | 165.9 | 0.72 | 0.55 |
| Hex | 39 | DF | B8 | 4A | 0 | 11 | D | A6 | 48 | 37 |
| Octal | 71 | 337 | 270 | 112 | 0 | 21 | 15 | 246 | 110 | 67 |
| Binary | 111001 | 11011111 | 10111000 | 1001010 | 0 | 10001 | 1101 | 10100110 | 1001000 | 110111 |
Color Harmonies of #39DFB8
Complementary color
Monochromatic Colors of #39DFB8
Black with #39DFB8
Text Example
Text Example
White with #39DFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DFB8; }
p { color: rgb(57,223,184); }
H1.HeaderClassName
{
color: #39DFB8;
}
.AnyTagClassName
{
color: #39DFB8;
}
</style>
background-color css
<style>
a { background-color: #39DFB8; }
a { background-color: rgb(57,223,184); }
div.DivClassName
{
background-color: #39DFB8;
}
.BgClassName
{
background-color: #39DFB8;
}
</style>
border-color css
<style>
span { border-color: #39DFB8; }
span { border-color: rgb(57,223,184); }
td.TdClassName
{
border-color: #39DFB8;
}
.TagClassName
{
border-color: #39DFB8;
}
</style>