Shades of Bright Turquoise #15E8C9
Tints of Bright Turquoise #15E8C9
RGB
CMYK
RGB Variations
Color information
#15E8C9 (or 0x15E8C9) is known color: Bright Turquoise. HEX triplet: 15, E8 and C9. RGB value is (21,232,201). Sum of RGB (Red+Green+Blue) = 21+232+201=454 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.63% from 454); Green value is 232 (91.02% from 255 or 51.10% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 232 - color contains mainly: green. Hex color #15E8C9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15E8C9 is #EA1736. Grayscale: #A5A5A5. Windows color (decimal): -15341367 or 13232149. OLE color: 13232149.
HSL color Cylindrical-coordinate representation of color #15E8C9: hue angle of 171.18º 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 #15E8C9 is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 232 | 201 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.09 |
| HSL | 171.18º | 0.83% | 0.5% | - |
| HSV(B) | 171.18º | 0.91% | 0.91% | - |
| XYZ | 39.71 | 62.09 | 65.15 | - |
| YUV | 165.38 | 148.1 | 25.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 232 | 201 | 0.91 | 0 | 0.13 | 0.09 | 171.18 | 0.83 | 0.5 |
| Hex | 15 | E8 | C9 | 5B | 0 | D | 9 | AB | 53 | 32 |
| Octal | 25 | 350 | 311 | 133 | 0 | 15 | 11 | 253 | 123 | 62 |
| Binary | 10101 | 11101000 | 11001001 | 1011011 | 0 | 1101 | 1001 | 10101011 | 1010011 | 110010 |
Color Harmonies of #15E8C9
Complementary color
Monochromatic Colors of #15E8C9
Black with #15E8C9
Text Example
Text Example
White with #15E8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15E8C9; }
p { color: rgb(21,232,201); }
H1.HeaderClassName
{
color: #15E8C9;
}
.AnyTagClassName
{
color: #15E8C9;
}
</style>
background-color css
<style>
a { background-color: #15E8C9; }
a { background-color: rgb(21,232,201); }
div.DivClassName
{
background-color: #15E8C9;
}
.BgClassName
{
background-color: #15E8C9;
}
</style>
border-color css
<style>
span { border-color: #15E8C9; }
span { border-color: rgb(21,232,201); }
td.TdClassName
{
border-color: #15E8C9;
}
.TagClassName
{
border-color: #15E8C9;
}
</style>