Shades of Dark Turquoise #15C9DF
Tints of Dark Turquoise #15C9DF
RGB
CMYK
RGB Variations
Color information
#15C9DF (or 0x15C9DF) is known color: Dark Turquoise. HEX triplet: 15, C9 and DF. RGB value is (21,201,223). Sum of RGB (Red+Green+Blue) = 21+201+223=445 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.72% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #15C9DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15C9DF is #EA3620. Grayscale: #959595. Windows color (decimal): -15349281 or 14666005. OLE color: 14666005.
HSL color Cylindrical-coordinate representation of color #15C9DF: hue angle of 186.53º 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 #15C9DF is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 201 | 223 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.13 |
| HSL | 186.53º | 0.83% | 0.48% | - |
| HSV(B) | 186.53º | 0.91% | 0.87% | - |
| XYZ | 34.52 | 47.26 | 77.12 | - |
| YUV | 149.69 | 169.37 | 36.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 201 | 223 | 0.91 | 0.10 | 0 | 0.13 | 186.53 | 0.83 | 0.48 |
| Hex | 15 | C9 | DF | 5B | A | 0 | D | BB | 53 | 30 |
| Octal | 25 | 311 | 337 | 133 | 12 | 0 | 15 | 273 | 123 | 60 |
| Binary | 10101 | 11001001 | 11011111 | 1011011 | 1010 | 0 | 1101 | 10111011 | 1010011 | 110000 |
Color Harmonies of #15C9DF
Complementary color
Monochromatic Colors of #15C9DF
Black with #15C9DF
Text Example
Text Example
White with #15C9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C9DF; }
p { color: rgb(21,201,223); }
H1.HeaderClassName
{
color: #15C9DF;
}
.AnyTagClassName
{
color: #15C9DF;
}
</style>
background-color css
<style>
a { background-color: #15C9DF; }
a { background-color: rgb(21,201,223); }
div.DivClassName
{
background-color: #15C9DF;
}
.BgClassName
{
background-color: #15C9DF;
}
</style>
border-color css
<style>
span { border-color: #15C9DF; }
span { border-color: rgb(21,201,223); }
td.TdClassName
{
border-color: #15C9DF;
}
.TagClassName
{
border-color: #15C9DF;
}
</style>