Shades of Bright Turquoise #15FFE0
Tints of Bright Turquoise #15FFE0
RGB
CMYK
RGB Variations
Color information
#15FFE0 (or 0x15FFE0) is known color: Bright Turquoise. HEX triplet: 15, FF and E0. RGB value is (21,255,224). Sum of RGB (Red+Green+Blue) = 21+255+224=500 (66% of max value = 765). Red value is 21 (8.59% from 255 or 4.2% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 224 (87.89% from 255 or 44.8% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #15FFE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FFE0 is #EA001F. Grayscale: #B5B5B5. Windows color (decimal): -15335456 or 14745365. OLE color: 14745365.
HSL color Cylindrical-coordinate representation of color #15FFE0: hue angle of 172.05º 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 #15FFE0 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 255 | 224 | - |
| CMYK | 0.92 | 0 | 0.12 | 0 |
| HSL | 172.05º | 1% | 0.54% | - |
| HSV(B) | 172.05º | 0.92% | 1% | - |
| XYZ | 49.52 | 77.06 | 82.79 | - |
| YUV | 181.5 | 151.98 | 13.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 255 | 224 | 0.92 | 0 | 0.12 | 0 | 172.05 | 1 | 0.54 |
| Hex | 15 | FF | E0 | 5C | 0 | C | 0 | AC | 64 | 36 |
| Octal | 25 | 377 | 340 | 134 | 0 | 14 | 0 | 254 | 144 | 66 |
| Binary | 10101 | 11111111 | 11100000 | 1011100 | 0 | 1100 | 0 | 10101100 | 1100100 | 110110 |
Color Harmonies of #15FFE0
Complementary color
Monochromatic Colors of #15FFE0
Black with #15FFE0
Text Example
Text Example
White with #15FFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FFE0; }
p { color: rgb(21,255,224); }
H1.HeaderClassName
{
color: #15FFE0;
}
.AnyTagClassName
{
color: #15FFE0;
}
</style>
background-color css
<style>
a { background-color: #15FFE0; }
a { background-color: rgb(21,255,224); }
div.DivClassName
{
background-color: #15FFE0;
}
.BgClassName
{
background-color: #15FFE0;
}
</style>
border-color css
<style>
span { border-color: #15FFE0; }
span { border-color: rgb(21,255,224); }
td.TdClassName
{
border-color: #15FFE0;
}
.TagClassName
{
border-color: #15FFE0;
}
</style>