Shades of Dark Turquoise #15C8E2
Tints of Dark Turquoise #15C8E2
RGB
CMYK
RGB Variations
Color information
#15C8E2 (or 0x15C8E2) is known color: Dark Turquoise. HEX triplet: 15, C8 and E2. RGB value is (21,200,226). Sum of RGB (Red+Green+Blue) = 21+200+226=447 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.70% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 226 (88.67% from 255 or 50.56% from 447); Max value from RGB is 226 - color contains mainly: blue. Hex color #15C8E2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15C8E2 is #EA371D. Grayscale: #959595. Windows color (decimal): -15349534 or 14862357. OLE color: 14862357.
HSL color Cylindrical-coordinate representation of color #15C8E2: hue angle of 187.61º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15C8E2 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 21 | 200 | 226 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.11 |
| HSL | 187.61º | 0.83% | 0.48% | - |
| HSV(B) | 187.61º | 0.91% | 0.89% | - |
| XYZ | 34.69 | 46.96 | 79.19 | - |
| YUV | 149.44 | 171.2 | 36.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 200 | 226 | 0.91 | 0.12 | 0 | 0.11 | 187.61 | 0.83 | 0.48 |
| Hex | 15 | C8 | E2 | 5B | C | 0 | B | BC | 53 | 30 |
| Octal | 25 | 310 | 342 | 133 | 14 | 0 | 13 | 274 | 123 | 60 |
| Binary | 10101 | 11001000 | 11100010 | 1011011 | 1100 | 0 | 1011 | 10111100 | 1010011 | 110000 |
Color Harmonies of #15C8E2
Complementary color
Monochromatic Colors of #15C8E2
Black with #15C8E2
Text Example
Text Example
White with #15C8E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C8E2; }
p { color: rgb(21,200,226); }
H1.HeaderClassName
{
color: #15C8E2;
}
.AnyTagClassName
{
color: #15C8E2;
}
</style>
background-color css
<style>
a { background-color: #15C8E2; }
a { background-color: rgb(21,200,226); }
div.DivClassName
{
background-color: #15C8E2;
}
.BgClassName
{
background-color: #15C8E2;
}
</style>
border-color css
<style>
span { border-color: #15C8E2; }
span { border-color: rgb(21,200,226); }
td.TdClassName
{
border-color: #15C8E2;
}
.TagClassName
{
border-color: #15C8E2;
}
</style>