Shades of Turquoise #39DDD5
Tints of Turquoise #39DDD5
RGB
CMYK
RGB Variations
Color information
#39DDD5 (or 0x39DDD5) is known color: Turquoise. HEX triplet: 39, DD and D5. RGB value is (57,221,213). Sum of RGB (Red+Green+Blue) = 57+221+213=491 (65% of max value = 765). Red value is 57 (22.66% from 255 or 11.61% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #39DDD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DDD5 is #C6222A. Grayscale: #AAAAAA. Windows color (decimal): -12984875 or 14015801. OLE color: 14015801.
HSL color Cylindrical-coordinate representation of color #39DDD5: hue angle of 177.07º 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 #39DDD5 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 221 | 213 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.13 |
| HSL | 177.07º | 0.71% | 0.55% | - |
| HSV(B) | 177.07º | 0.74% | 0.87% | - |
| XYZ | 39.55 | 57.39 | 71.94 | - |
| YUV | 171.05 | 151.67 | 46.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 221 | 213 | 0.74 | 0 | 0.04 | 0.13 | 177.07 | 0.71 | 0.55 |
| Hex | 39 | DD | D5 | 4A | 0 | 4 | D | B1 | 47 | 37 |
| Octal | 71 | 335 | 325 | 112 | 0 | 4 | 15 | 261 | 107 | 67 |
| Binary | 111001 | 11011101 | 11010101 | 1001010 | 0 | 100 | 1101 | 10110001 | 1000111 | 110111 |
Color Harmonies of #39DDD5
Complementary color
Monochromatic Colors of #39DDD5
Black with #39DDD5
Text Example
Text Example
White with #39DDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DDD5; }
p { color: rgb(57,221,213); }
H1.HeaderClassName
{
color: #39DDD5;
}
.AnyTagClassName
{
color: #39DDD5;
}
</style>
background-color css
<style>
a { background-color: #39DDD5; }
a { background-color: rgb(57,221,213); }
div.DivClassName
{
background-color: #39DDD5;
}
.BgClassName
{
background-color: #39DDD5;
}
</style>
border-color css
<style>
span { border-color: #39DDD5; }
span { border-color: rgb(57,221,213); }
td.TdClassName
{
border-color: #39DDD5;
}
.TagClassName
{
border-color: #39DDD5;
}
</style>