Shades of Bright Turquoise #15D5EC
Tints of Bright Turquoise #15D5EC
RGB
CMYK
RGB Variations
Color information
#15D5EC (or 0x15D5EC) is known color: Bright Turquoise. HEX triplet: 15, D5 and EC. RGB value is (21,213,236). Sum of RGB (Red+Green+Blue) = 21+213+236=470 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.47% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #15D5EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15D5EC is #EA2A13. Grayscale: #9D9D9D. Windows color (decimal): -15346196 or 15521045. OLE color: 15521045.
HSL color Cylindrical-coordinate representation of color #15D5EC: hue angle of 186.42º 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 #15D5EC is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 213 | 236 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.07 |
| HSL | 186.42º | 0.85% | 0.5% | - |
| HSV(B) | 186.42º | 0.91% | 0.93% | - |
| XYZ | 39.24 | 53.8 | 87.67 | - |
| YUV | 158.21 | 171.89 | 30.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 213 | 236 | 0.91 | 0.10 | 0 | 0.07 | 186.42 | 0.85 | 0.5 |
| Hex | 15 | D5 | EC | 5B | A | 0 | 7 | BA | 55 | 32 |
| Octal | 25 | 325 | 354 | 133 | 12 | 0 | 7 | 272 | 125 | 62 |
| Binary | 10101 | 11010101 | 11101100 | 1011011 | 1010 | 0 | 111 | 10111010 | 1010101 | 110010 |
Color Harmonies of #15D5EC
Complementary color
Monochromatic Colors of #15D5EC
Black with #15D5EC
Text Example
Text Example
White with #15D5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D5EC; }
p { color: rgb(21,213,236); }
H1.HeaderClassName
{
color: #15D5EC;
}
.AnyTagClassName
{
color: #15D5EC;
}
</style>
background-color css
<style>
a { background-color: #15D5EC; }
a { background-color: rgb(21,213,236); }
div.DivClassName
{
background-color: #15D5EC;
}
.BgClassName
{
background-color: #15D5EC;
}
</style>
border-color css
<style>
span { border-color: #15D5EC; }
span { border-color: rgb(21,213,236); }
td.TdClassName
{
border-color: #15D5EC;
}
.TagClassName
{
border-color: #15D5EC;
}
</style>