Shades of Bright Turquoise #15E8E5
Tints of Bright Turquoise #15E8E5
RGB
CMYK
RGB Variations
Color information
#15E8E5 (or 0x15E8E5) is known color: Bright Turquoise. HEX triplet: 15, E8 and E5. RGB value is (21,232,229). Sum of RGB (Red+Green+Blue) = 21+232+229=482 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.36% from 482); Green value is 232 (91.02% from 255 or 48.13% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 232 - color contains mainly: green. Hex color #15E8E5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15E8E5 is #EA171A. Grayscale: #A8A8A8. Windows color (decimal): -15341339 or 15067157. OLE color: 15067157.
HSL color Cylindrical-coordinate representation of color #15E8E5: hue angle of 179.15º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15E8E5 is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 232 | 229 | - |
| CMYK | 0.91 | 0 | 0.01 | 0.09 |
| HSL | 179.15º | 0.83% | 0.5% | - |
| HSV(B) | 179.15º | 0.91% | 0.91% | - |
| XYZ | 43.31 | 63.53 | 84.11 | - |
| YUV | 168.57 | 162.1 | 22.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 232 | 229 | 0.91 | 0 | 0.01 | 0.09 | 179.15 | 0.83 | 0.5 |
| Hex | 15 | E8 | E5 | 5B | 0 | 1 | 9 | B3 | 53 | 32 |
| Octal | 25 | 350 | 345 | 133 | 0 | 1 | 11 | 263 | 123 | 62 |
| Binary | 10101 | 11101000 | 11100101 | 1011011 | 0 | 1 | 1001 | 10110011 | 1010011 | 110010 |
Color Harmonies of #15E8E5
Complementary color
Monochromatic Colors of #15E8E5
Black with #15E8E5
Text Example
Text Example
White with #15E8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15E8E5; }
p { color: rgb(21,232,229); }
H1.HeaderClassName
{
color: #15E8E5;
}
.AnyTagClassName
{
color: #15E8E5;
}
</style>
background-color css
<style>
a { background-color: #15E8E5; }
a { background-color: rgb(21,232,229); }
div.DivClassName
{
background-color: #15E8E5;
}
.BgClassName
{
background-color: #15E8E5;
}
</style>
border-color css
<style>
span { border-color: #15E8E5; }
span { border-color: rgb(21,232,229); }
td.TdClassName
{
border-color: #15E8E5;
}
.TagClassName
{
border-color: #15E8E5;
}
</style>