Shades of Bright Turquoise #15FFCE
Tints of Bright Turquoise #15FFCE
RGB
CMYK
RGB Variations
Color information
#15FFCE (or 0x15FFCE) is known color: Bright Turquoise. HEX triplet: 15, FF and CE. RGB value is (21,255,206). Sum of RGB (Red+Green+Blue) = 21+255+206=482 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.36% from 482); Green value is 255 (100% from 255 or 52.90% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 255 - color contains mainly: green. Hex color #15FFCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FFCE is #EA0031. Grayscale: #B3B3B3. Windows color (decimal): -15335474 or 13565717. OLE color: 13565717.
HSL color Cylindrical-coordinate representation of color #15FFCE: hue angle of 167.44º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FFCE is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 255 | 206 | - |
| CMYK | 0.92 | 0 | 0.19 | 0 |
| HSL | 167.44º | 1% | 0.54% | - |
| HSV(B) | 167.44º | 0.92% | 1% | - |
| XYZ | 47.21 | 76.14 | 70.6 | - |
| YUV | 179.45 | 142.98 | 14.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 255 | 206 | 0.92 | 0 | 0.19 | 0 | 167.44 | 1 | 0.54 |
| Hex | 15 | FF | CE | 5C | 0 | 13 | 0 | A7 | 64 | 36 |
| Octal | 25 | 377 | 316 | 134 | 0 | 23 | 0 | 247 | 144 | 66 |
| Binary | 10101 | 11111111 | 11001110 | 1011100 | 0 | 10011 | 0 | 10100111 | 1100100 | 110110 |
Color Harmonies of #15FFCE
Complementary color
Monochromatic Colors of #15FFCE
Black with #15FFCE
Text Example
Text Example
White with #15FFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FFCE; }
p { color: rgb(21,255,206); }
H1.HeaderClassName
{
color: #15FFCE;
}
.AnyTagClassName
{
color: #15FFCE;
}
</style>
background-color css
<style>
a { background-color: #15FFCE; }
a { background-color: rgb(21,255,206); }
div.DivClassName
{
background-color: #15FFCE;
}
.BgClassName
{
background-color: #15FFCE;
}
</style>
border-color css
<style>
span { border-color: #15FFCE; }
span { border-color: rgb(21,255,206); }
td.TdClassName
{
border-color: #15FFCE;
}
.TagClassName
{
border-color: #15FFCE;
}
</style>