Shades of Dark Turquoise #15CCD9
Tints of Dark Turquoise #15CCD9
RGB
CMYK
RGB Variations
Color information
#15CCD9 (or 0x15CCD9) is known color: Dark Turquoise. HEX triplet: 15, CC and D9. RGB value is (21,204,217). Sum of RGB (Red+Green+Blue) = 21+204+217=442 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.75% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 217 (85.16% from 255 or 49.10% from 442); Max value from RGB is 217 - color contains mainly: blue. Hex color #15CCD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15CCD9 is #EA3326. Grayscale: #969696. Windows color (decimal): -15348519 or 14273557. OLE color: 14273557.
HSL color Cylindrical-coordinate representation of color #15CCD9: hue angle of 183.98º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15CCD9 is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 204 | 217 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.15 |
| HSL | 183.98º | 0.82% | 0.47% | - |
| HSV(B) | 183.98º | 0.9% | 0.85% | - |
| XYZ | 34.43 | 48.35 | 73.16 | - |
| YUV | 150.77 | 165.37 | 35.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 204 | 217 | 0.90 | 0.06 | 0 | 0.15 | 183.98 | 0.82 | 0.47 |
| Hex | 15 | CC | D9 | 5A | 6 | 0 | F | B8 | 52 | 2F |
| Octal | 25 | 314 | 331 | 132 | 6 | 0 | 17 | 270 | 122 | 57 |
| Binary | 10101 | 11001100 | 11011001 | 1011010 | 110 | 0 | 1111 | 10111000 | 1010010 | 101111 |
Color Harmonies of #15CCD9
Complementary color
Monochromatic Colors of #15CCD9
Black with #15CCD9
Text Example
Text Example
White with #15CCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CCD9; }
p { color: rgb(21,204,217); }
H1.HeaderClassName
{
color: #15CCD9;
}
.AnyTagClassName
{
color: #15CCD9;
}
</style>
background-color css
<style>
a { background-color: #15CCD9; }
a { background-color: rgb(21,204,217); }
div.DivClassName
{
background-color: #15CCD9;
}
.BgClassName
{
background-color: #15CCD9;
}
</style>
border-color css
<style>
span { border-color: #15CCD9; }
span { border-color: rgb(21,204,217); }
td.TdClassName
{
border-color: #15CCD9;
}
.TagClassName
{
border-color: #15CCD9;
}
</style>