Shades of Bright Turquoise #15DDEC
Tints of Bright Turquoise #15DDEC
RGB
CMYK
RGB Variations
Color information
#15DDEC (or 0x15DDEC) is known color: Bright Turquoise. HEX triplet: 15, DD and EC. RGB value is (21,221,236). Sum of RGB (Red+Green+Blue) = 21+221+236=478 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.39% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #15DDEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15DDEC is #EA2213. Grayscale: #A2A2A2. Windows color (decimal): -15344148 or 15523093. OLE color: 15523093.
HSL color Cylindrical-coordinate representation of color #15DDEC: hue angle of 184.19º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15DDEC is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 221 | 236 | - |
| CMYK | 0.91 | 0.06 | 0 | 0.07 |
| HSL | 184.19º | 0.85% | 0.5% | - |
| HSV(B) | 184.19º | 0.91% | 0.93% | - |
| XYZ | 41.31 | 57.93 | 88.36 | - |
| YUV | 162.91 | 169.24 | 26.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 221 | 236 | 0.91 | 0.06 | 0 | 0.07 | 184.19 | 0.85 | 0.5 |
| Hex | 15 | DD | EC | 5B | 6 | 0 | 7 | B8 | 55 | 32 |
| Octal | 25 | 335 | 354 | 133 | 6 | 0 | 7 | 270 | 125 | 62 |
| Binary | 10101 | 11011101 | 11101100 | 1011011 | 110 | 0 | 111 | 10111000 | 1010101 | 110010 |
Color Harmonies of #15DDEC
Complementary color
Monochromatic Colors of #15DDEC
Black with #15DDEC
Text Example
Text Example
White with #15DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DDEC; }
p { color: rgb(21,221,236); }
H1.HeaderClassName
{
color: #15DDEC;
}
.AnyTagClassName
{
color: #15DDEC;
}
</style>
background-color css
<style>
a { background-color: #15DDEC; }
a { background-color: rgb(21,221,236); }
div.DivClassName
{
background-color: #15DDEC;
}
.BgClassName
{
background-color: #15DDEC;
}
</style>
border-color css
<style>
span { border-color: #15DDEC; }
span { border-color: rgb(21,221,236); }
td.TdClassName
{
border-color: #15DDEC;
}
.TagClassName
{
border-color: #15DDEC;
}
</style>