Shades of Bright Turquoise #15E0DE
Tints of Bright Turquoise #15E0DE
RGB
CMYK
RGB Variations
Color information
#15E0DE (or 0x15E0DE) is known color: Bright Turquoise. HEX triplet: 15, E0 and DE. RGB value is (21,224,222). Sum of RGB (Red+Green+Blue) = 21+224+222=467 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.50% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 224 - color contains mainly: green. Hex color #15E0DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15E0DE is #EA1F21. Grayscale: #A2A2A2. Windows color (decimal): -15343394 or 14606357. OLE color: 14606357.
HSL color Cylindrical-coordinate representation of color #15E0DE: hue angle of 179.41º 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 #15E0DE is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 224 | 222 | - |
| CMYK | 0.91 | 0 | 0.01 | 0.12 |
| HSL | 179.41º | 0.83% | 0.48% | - |
| HSV(B) | 179.41º | 0.91% | 0.88% | - |
| XYZ | 40.15 | 58.74 | 78.33 | - |
| YUV | 163.08 | 161.25 | 26.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 224 | 222 | 0.91 | 0 | 0.01 | 0.12 | 179.41 | 0.83 | 0.48 |
| Hex | 15 | E0 | DE | 5B | 0 | 1 | C | B3 | 53 | 30 |
| Octal | 25 | 340 | 336 | 133 | 0 | 1 | 14 | 263 | 123 | 60 |
| Binary | 10101 | 11100000 | 11011110 | 1011011 | 0 | 1 | 1100 | 10110011 | 1010011 | 110000 |
Color Harmonies of #15E0DE
Complementary color
Monochromatic Colors of #15E0DE
Black with #15E0DE
Text Example
Text Example
White with #15E0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15E0DE; }
p { color: rgb(21,224,222); }
H1.HeaderClassName
{
color: #15E0DE;
}
.AnyTagClassName
{
color: #15E0DE;
}
</style>
background-color css
<style>
a { background-color: #15E0DE; }
a { background-color: rgb(21,224,222); }
div.DivClassName
{
background-color: #15E0DE;
}
.BgClassName
{
background-color: #15E0DE;
}
</style>
border-color css
<style>
span { border-color: #15E0DE; }
span { border-color: rgb(21,224,222); }
td.TdClassName
{
border-color: #15E0DE;
}
.TagClassName
{
border-color: #15E0DE;
}
</style>