Shades of Bright Turquoise #15EEC9
Tints of Bright Turquoise #15EEC9
RGB
CMYK
RGB Variations
Color information
#15EEC9 (or 0x15EEC9) is known color: Bright Turquoise. HEX triplet: 15, EE and C9. RGB value is (21,238,201). Sum of RGB (Red+Green+Blue) = 21+238+201=460 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.57% from 460); Green value is 238 (93.36% from 255 or 51.74% from 460); Blue value is 201 (78.91% from 255 or 43.70% from 460); Max value from RGB is 238 - color contains mainly: green. Hex color #15EEC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EEC9 is #EA1136. Grayscale: #A8A8A8. Windows color (decimal): -15339831 or 13233685. OLE color: 13233685.
HSL color Cylindrical-coordinate representation of color #15EEC9: hue angle of 169.77º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15EEC9 is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 238 | 201 | - |
| CMYK | 0.91 | 0 | 0.16 | 0.07 |
| HSL | 169.77º | 0.86% | 0.51% | - |
| HSV(B) | 169.77º | 0.91% | 0.93% | - |
| XYZ | 41.43 | 65.53 | 65.72 | - |
| YUV | 168.9 | 146.11 | 22.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 238 | 201 | 0.91 | 0 | 0.16 | 0.07 | 169.77 | 0.86 | 0.51 |
| Hex | 15 | EE | C9 | 5B | 0 | 10 | 7 | AA | 56 | 33 |
| Octal | 25 | 356 | 311 | 133 | 0 | 20 | 7 | 252 | 126 | 63 |
| Binary | 10101 | 11101110 | 11001001 | 1011011 | 0 | 10000 | 111 | 10101010 | 1010110 | 110011 |
Color Harmonies of #15EEC9
Complementary color
Monochromatic Colors of #15EEC9
Black with #15EEC9
Text Example
Text Example
White with #15EEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15EEC9; }
p { color: rgb(21,238,201); }
H1.HeaderClassName
{
color: #15EEC9;
}
.AnyTagClassName
{
color: #15EEC9;
}
</style>
background-color css
<style>
a { background-color: #15EEC9; }
a { background-color: rgb(21,238,201); }
div.DivClassName
{
background-color: #15EEC9;
}
.BgClassName
{
background-color: #15EEC9;
}
</style>
border-color css
<style>
span { border-color: #15EEC9; }
span { border-color: rgb(21,238,201); }
td.TdClassName
{
border-color: #15EEC9;
}
.TagClassName
{
border-color: #15EEC9;
}
</style>