Shades of Dark Turquoise #15C5DE
Tints of Dark Turquoise #15C5DE
RGB
CMYK
RGB Variations
Color information
#15C5DE (or 0x15C5DE) is known color: Dark Turquoise. HEX triplet: 15, C5 and DE. RGB value is (21,197,222). Sum of RGB (Red+Green+Blue) = 21+197+222=440 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.77% from 440); Green value is 197 (77.34% from 255 or 44.77% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #15C5DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15C5DE is #EA3A21. Grayscale: #929292. Windows color (decimal): -15350306 or 14599445. OLE color: 14599445.
HSL color Cylindrical-coordinate representation of color #15C5DE: hue angle of 187.46º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15C5DE is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 197 | 222 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.13 |
| HSL | 187.46º | 0.83% | 0.48% | - |
| HSV(B) | 187.46º | 0.91% | 0.87% | - |
| XYZ | 33.46 | 45.37 | 76.1 | - |
| YUV | 147.23 | 170.19 | 37.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 197 | 222 | 0.91 | 0.11 | 0 | 0.13 | 187.46 | 0.83 | 0.48 |
| Hex | 15 | C5 | DE | 5B | B | 0 | D | BB | 53 | 30 |
| Octal | 25 | 305 | 336 | 133 | 13 | 0 | 15 | 273 | 123 | 60 |
| Binary | 10101 | 11000101 | 11011110 | 1011011 | 1011 | 0 | 1101 | 10111011 | 1010011 | 110000 |
Color Harmonies of #15C5DE
Complementary color
Monochromatic Colors of #15C5DE
Black with #15C5DE
Text Example
Text Example
White with #15C5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C5DE; }
p { color: rgb(21,197,222); }
H1.HeaderClassName
{
color: #15C5DE;
}
.AnyTagClassName
{
color: #15C5DE;
}
</style>
background-color css
<style>
a { background-color: #15C5DE; }
a { background-color: rgb(21,197,222); }
div.DivClassName
{
background-color: #15C5DE;
}
.BgClassName
{
background-color: #15C5DE;
}
</style>
border-color css
<style>
span { border-color: #15C5DE; }
span { border-color: rgb(21,197,222); }
td.TdClassName
{
border-color: #15C5DE;
}
.TagClassName
{
border-color: #15C5DE;
}
</style>