Shades of Bright Turquoise #15FFE1
Tints of Bright Turquoise #15FFE1
RGB
CMYK
RGB Variations
Color information
#15FFE1 (or 0x15FFE1) is known color: Bright Turquoise. HEX triplet: 15, FF and E1. RGB value is (21,255,225). Sum of RGB (Red+Green+Blue) = 21+255+225=501 (66% of max value = 765). Red value is 21 (8.59% from 255 or 4.19% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 225 (88.28% from 255 or 44.91% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #15FFE1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FFE1 is #EA001E. Grayscale: #B5B5B5. Windows color (decimal): -15335455 or 14810901. OLE color: 14810901.
HSL color Cylindrical-coordinate representation of color #15FFE1: hue angle of 172.31º 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 #15FFE1 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 255 | 225 | - |
| CMYK | 0.92 | 0 | 0.12 | 0 |
| HSL | 172.31º | 1% | 0.54% | - |
| HSV(B) | 172.31º | 0.92% | 1% | - |
| XYZ | 49.66 | 77.12 | 83.5 | - |
| YUV | 181.61 | 152.48 | 13.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 255 | 225 | 0.92 | 0 | 0.12 | 0 | 172.31 | 1 | 0.54 |
| Hex | 15 | FF | E1 | 5C | 0 | C | 0 | AC | 64 | 36 |
| Octal | 25 | 377 | 341 | 134 | 0 | 14 | 0 | 254 | 144 | 66 |
| Binary | 10101 | 11111111 | 11100001 | 1011100 | 0 | 1100 | 0 | 10101100 | 1100100 | 110110 |
Color Harmonies of #15FFE1
Complementary color
Monochromatic Colors of #15FFE1
Black with #15FFE1
Text Example
Text Example
White with #15FFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FFE1; }
p { color: rgb(21,255,225); }
H1.HeaderClassName
{
color: #15FFE1;
}
.AnyTagClassName
{
color: #15FFE1;
}
</style>
background-color css
<style>
a { background-color: #15FFE1; }
a { background-color: rgb(21,255,225); }
div.DivClassName
{
background-color: #15FFE1;
}
.BgClassName
{
background-color: #15FFE1;
}
</style>
border-color css
<style>
span { border-color: #15FFE1; }
span { border-color: rgb(21,255,225); }
td.TdClassName
{
border-color: #15FFE1;
}
.TagClassName
{
border-color: #15FFE1;
}
</style>