Shades of Dark Turquoise #15C8DD
Tints of Dark Turquoise #15C8DD
RGB
CMYK
RGB Variations
Color information
#15C8DD (or 0x15C8DD) is known color: Dark Turquoise. HEX triplet: 15, C8 and DD. RGB value is (21,200,221). Sum of RGB (Red+Green+Blue) = 21+200+221=442 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.75% from 442); Green value is 200 (78.52% from 255 or 45.25% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #15C8DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15C8DD is #EA3722. Grayscale: #949494. Windows color (decimal): -15349539 or 14534677. OLE color: 14534677.
HSL color Cylindrical-coordinate representation of color #15C8DD: hue angle of 186.3º 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 #15C8DD is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 200 | 221 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.13 |
| HSL | 186.3º | 0.83% | 0.47% | - |
| HSV(B) | 186.3º | 0.9% | 0.87% | - |
| XYZ | 34.01 | 46.69 | 75.63 | - |
| YUV | 148.87 | 168.7 | 36.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 200 | 221 | 0.90 | 0.10 | 0 | 0.13 | 186.3 | 0.83 | 0.47 |
| Hex | 15 | C8 | DD | 5A | A | 0 | D | BA | 53 | 2F |
| Octal | 25 | 310 | 335 | 132 | 12 | 0 | 15 | 272 | 123 | 57 |
| Binary | 10101 | 11001000 | 11011101 | 1011010 | 1010 | 0 | 1101 | 10111010 | 1010011 | 101111 |
Color Harmonies of #15C8DD
Complementary color
Monochromatic Colors of #15C8DD
Black with #15C8DD
Text Example
Text Example
White with #15C8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C8DD; }
p { color: rgb(21,200,221); }
H1.HeaderClassName
{
color: #15C8DD;
}
.AnyTagClassName
{
color: #15C8DD;
}
</style>
background-color css
<style>
a { background-color: #15C8DD; }
a { background-color: rgb(21,200,221); }
div.DivClassName
{
background-color: #15C8DD;
}
.BgClassName
{
background-color: #15C8DD;
}
</style>
border-color css
<style>
span { border-color: #15C8DD; }
span { border-color: rgb(21,200,221); }
td.TdClassName
{
border-color: #15C8DD;
}
.TagClassName
{
border-color: #15C8DD;
}
</style>