Shades of Dark Turquoise #15CDD1
Tints of Dark Turquoise #15CDD1
RGB
CMYK
RGB Variations
Color information
#15CDD1 (or 0x15CDD1) is known color: Dark Turquoise. HEX triplet: 15, CD and D1. RGB value is (21,205,209). Sum of RGB (Red+Green+Blue) = 21+205+209=435 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.83% from 435); Green value is 205 (80.47% from 255 or 47.13% from 435); Blue value is 209 (82.03% from 255 or 48.05% from 435); Max value from RGB is 209 - color contains mainly: blue. Hex color #15CDD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15CDD1 is #EA322E. Grayscale: #969696. Windows color (decimal): -15348271 or 13749525. OLE color: 13749525.
HSL color Cylindrical-coordinate representation of color #15CDD1: hue angle of 181.28º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15CDD1 is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 205 | 209 | - |
| CMYK | 0.90 | 0.02 | 0 | 0.18 |
| HSL | 181.28º | 0.82% | 0.45% | - |
| HSV(B) | 181.28º | 0.9% | 0.82% | - |
| XYZ | 33.65 | 48.43 | 67.9 | - |
| YUV | 150.44 | 161.04 | 35.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 205 | 209 | 0.90 | 0.02 | 0 | 0.18 | 181.28 | 0.82 | 0.45 |
| Hex | 15 | CD | D1 | 5A | 2 | 0 | 12 | B5 | 52 | 2D |
| Octal | 25 | 315 | 321 | 132 | 2 | 0 | 22 | 265 | 122 | 55 |
| Binary | 10101 | 11001101 | 11010001 | 1011010 | 10 | 0 | 10010 | 10110101 | 1010010 | 101101 |
Color Harmonies of #15CDD1
Complementary color
Monochromatic Colors of #15CDD1
Black with #15CDD1
Text Example
Text Example
White with #15CDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CDD1; }
p { color: rgb(21,205,209); }
H1.HeaderClassName
{
color: #15CDD1;
}
.AnyTagClassName
{
color: #15CDD1;
}
</style>
background-color css
<style>
a { background-color: #15CDD1; }
a { background-color: rgb(21,205,209); }
div.DivClassName
{
background-color: #15CDD1;
}
.BgClassName
{
background-color: #15CDD1;
}
</style>
border-color css
<style>
span { border-color: #15CDD1; }
span { border-color: rgb(21,205,209); }
td.TdClassName
{
border-color: #15CDD1;
}
.TagClassName
{
border-color: #15CDD1;
}
</style>