Shades of Dark Turquoise #15CDDB
Tints of Dark Turquoise #15CDDB
RGB
CMYK
RGB Variations
Color information
#15CDDB (or 0x15CDDB) is known color: Dark Turquoise. HEX triplet: 15, CD and DB. RGB value is (21,205,219). Sum of RGB (Red+Green+Blue) = 21+205+219=445 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.72% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #15CDDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15CDDB is #EA3224. Grayscale: #979797. Windows color (decimal): -15348261 or 14404885. OLE color: 14404885.
HSL color Cylindrical-coordinate representation of color #15CDDB: hue angle of 184.24º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15CDDB is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 205 | 219 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.14 |
| HSL | 184.24º | 0.83% | 0.47% | - |
| HSV(B) | 184.24º | 0.9% | 0.86% | - |
| XYZ | 34.93 | 48.94 | 74.62 | - |
| YUV | 151.58 | 166.04 | 34.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 205 | 219 | 0.90 | 0.06 | 0 | 0.14 | 184.24 | 0.83 | 0.47 |
| Hex | 15 | CD | DB | 5A | 6 | 0 | E | B8 | 52 | 2F |
| Octal | 25 | 315 | 333 | 132 | 6 | 0 | 16 | 270 | 122 | 57 |
| Binary | 10101 | 11001101 | 11011011 | 1011010 | 110 | 0 | 1110 | 10111000 | 1010010 | 101111 |
Color Harmonies of #15CDDB
Complementary color
Monochromatic Colors of #15CDDB
Black with #15CDDB
Text Example
Text Example
White with #15CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CDDB; }
p { color: rgb(21,205,219); }
H1.HeaderClassName
{
color: #15CDDB;
}
.AnyTagClassName
{
color: #15CDDB;
}
</style>
background-color css
<style>
a { background-color: #15CDDB; }
a { background-color: rgb(21,205,219); }
div.DivClassName
{
background-color: #15CDDB;
}
.BgClassName
{
background-color: #15CDDB;
}
</style>
border-color css
<style>
span { border-color: #15CDDB; }
span { border-color: rgb(21,205,219); }
td.TdClassName
{
border-color: #15CDDB;
}
.TagClassName
{
border-color: #15CDDB;
}
</style>