Shades of Turquoise #39DDBD
Tints of Turquoise #39DDBD
RGB
CMYK
RGB Variations
Color information
#39DDBD (or 0x39DDBD) is known color: Turquoise. HEX triplet: 39, DD and BD. RGB value is (57,221,189). Sum of RGB (Red+Green+Blue) = 57+221+189=467 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.21% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #39DDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DDBD is #C62242. Grayscale: #A8A8A8. Windows color (decimal): -12984899 or 12442937. OLE color: 12442937.
HSL color Cylindrical-coordinate representation of color #39DDBD: hue angle of 168.29º degrees, saturation: 0.71, 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 #39DDBD is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 221 | 189 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.13 |
| HSL | 168.29º | 0.71% | 0.55% | - |
| HSV(B) | 168.29º | 0.74% | 0.87% | - |
| XYZ | 36.73 | 56.26 | 57.07 | - |
| YUV | 168.32 | 139.67 | 48.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 221 | 189 | 0.74 | 0 | 0.14 | 0.13 | 168.29 | 0.71 | 0.55 |
| Hex | 39 | DD | BD | 4A | 0 | E | D | A8 | 47 | 37 |
| Octal | 71 | 335 | 275 | 112 | 0 | 16 | 15 | 250 | 107 | 67 |
| Binary | 111001 | 11011101 | 10111101 | 1001010 | 0 | 1110 | 1101 | 10101000 | 1000111 | 110111 |
Color Harmonies of #39DDBD
Complementary color
Monochromatic Colors of #39DDBD
Black with #39DDBD
Text Example
Text Example
White with #39DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DDBD; }
p { color: rgb(57,221,189); }
H1.HeaderClassName
{
color: #39DDBD;
}
.AnyTagClassName
{
color: #39DDBD;
}
</style>
background-color css
<style>
a { background-color: #39DDBD; }
a { background-color: rgb(57,221,189); }
div.DivClassName
{
background-color: #39DDBD;
}
.BgClassName
{
background-color: #39DDBD;
}
</style>
border-color css
<style>
span { border-color: #39DDBD; }
span { border-color: rgb(57,221,189); }
td.TdClassName
{
border-color: #39DDBD;
}
.TagClassName
{
border-color: #39DDBD;
}
</style>