Shades of Bright Turquoise #15DEE0
Tints of Bright Turquoise #15DEE0
RGB
CMYK
RGB Variations
Color information
#15DEE0 (or 0x15DEE0) is known color: Bright Turquoise. HEX triplet: 15, DE and E0. RGB value is (21,222,224). Sum of RGB (Red+Green+Blue) = 21+222+224=467 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.50% from 467); Green value is 222 (87.11% from 255 or 47.54% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 224 - color contains mainly: blue. Hex color #15DEE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DEE0 is #EA211F. Grayscale: #A1A1A1. Windows color (decimal): -15343904 or 14736917. OLE color: 14736917.
HSL color Cylindrical-coordinate representation of color #15DEE0: hue angle of 180.59º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15DEE0 is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 222 | 224 | - |
| CMYK | 0.91 | 0.01 | 0 | 0.12 |
| HSL | 180.59º | 0.83% | 0.48% | - |
| HSV(B) | 180.59º | 0.91% | 0.88% | - |
| XYZ | 39.89 | 57.78 | 79.57 | - |
| YUV | 162.13 | 162.91 | 27.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 222 | 224 | 0.91 | 0.01 | 0 | 0.12 | 180.59 | 0.83 | 0.48 |
| Hex | 15 | DE | E0 | 5B | 1 | 0 | C | B5 | 53 | 30 |
| Octal | 25 | 336 | 340 | 133 | 1 | 0 | 14 | 265 | 123 | 60 |
| Binary | 10101 | 11011110 | 11100000 | 1011011 | 1 | 0 | 1100 | 10110101 | 1010011 | 110000 |
Color Harmonies of #15DEE0
Complementary color
Monochromatic Colors of #15DEE0
Black with #15DEE0
Text Example
Text Example
White with #15DEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DEE0; }
p { color: rgb(21,222,224); }
H1.HeaderClassName
{
color: #15DEE0;
}
.AnyTagClassName
{
color: #15DEE0;
}
</style>
background-color css
<style>
a { background-color: #15DEE0; }
a { background-color: rgb(21,222,224); }
div.DivClassName
{
background-color: #15DEE0;
}
.BgClassName
{
background-color: #15DEE0;
}
</style>
border-color css
<style>
span { border-color: #15DEE0; }
span { border-color: rgb(21,222,224); }
td.TdClassName
{
border-color: #15DEE0;
}
.TagClassName
{
border-color: #15DEE0;
}
</style>