Shades of Dark Turquoise #15D0DD
Tints of Dark Turquoise #15D0DD
RGB
CMYK
RGB Variations
Color information
#15D0DD (or 0x15D0DD) is known color: Dark Turquoise. HEX triplet: 15, D0 and DD. RGB value is (21,208,221). Sum of RGB (Red+Green+Blue) = 21+208+221=450 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.67% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #15D0DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15D0DD is #EA2F22. Grayscale: #999999. Windows color (decimal): -15347491 or 14536725. OLE color: 14536725.
HSL color Cylindrical-coordinate representation of color #15D0DD: hue angle of 183.9º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15D0DD is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 208 | 221 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.13 |
| HSL | 183.9º | 0.83% | 0.47% | - |
| HSV(B) | 183.9º | 0.9% | 0.87% | - |
| XYZ | 35.92 | 50.49 | 76.26 | - |
| YUV | 153.57 | 166.05 | 33.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 208 | 221 | 0.90 | 0.06 | 0 | 0.13 | 183.9 | 0.83 | 0.47 |
| Hex | 15 | D0 | DD | 5A | 6 | 0 | D | B8 | 53 | 2F |
| Octal | 25 | 320 | 335 | 132 | 6 | 0 | 15 | 270 | 123 | 57 |
| Binary | 10101 | 11010000 | 11011101 | 1011010 | 110 | 0 | 1101 | 10111000 | 1010011 | 101111 |
Color Harmonies of #15D0DD
Complementary color
Monochromatic Colors of #15D0DD
Black with #15D0DD
Text Example
Text Example
White with #15D0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D0DD; }
p { color: rgb(21,208,221); }
H1.HeaderClassName
{
color: #15D0DD;
}
.AnyTagClassName
{
color: #15D0DD;
}
</style>
background-color css
<style>
a { background-color: #15D0DD; }
a { background-color: rgb(21,208,221); }
div.DivClassName
{
background-color: #15D0DD;
}
.BgClassName
{
background-color: #15D0DD;
}
</style>
border-color css
<style>
span { border-color: #15D0DD; }
span { border-color: rgb(21,208,221); }
td.TdClassName
{
border-color: #15D0DD;
}
.TagClassName
{
border-color: #15D0DD;
}
</style>