Shades of Bright Turquoise #15FFEA
Tints of Bright Turquoise #15FFEA
RGB
CMYK
RGB Variations
Color information
#15FFEA (or 0x15FFEA) is known color: Bright Turquoise. HEX triplet: 15, FF and EA. RGB value is (21,255,234). Sum of RGB (Red+Green+Blue) = 21+255+234=510 (67% of max value = 765). Red value is 21 (8.59% from 255 or 4.12% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #15FFEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15FFEA is #EA0015. Grayscale: #B6B6B6. Windows color (decimal): -15335446 or 15400725. OLE color: 15400725.
HSL color Cylindrical-coordinate representation of color #15FFEA: hue angle of 174.62º 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 #15FFEA is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 255 | 234 | - |
| CMYK | 0.92 | 0 | 0.08 | 0 |
| HSL | 174.62º | 1% | 0.54% | - |
| HSV(B) | 174.62º | 0.92% | 1% | - |
| XYZ | 50.92 | 77.62 | 90.14 | - |
| YUV | 182.64 | 156.98 | 12.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 255 | 234 | 0.92 | 0 | 0.08 | 0 | 174.62 | 1 | 0.54 |
| Hex | 15 | FF | EA | 5C | 0 | 8 | 0 | AF | 64 | 36 |
| Octal | 25 | 377 | 352 | 134 | 0 | 10 | 0 | 257 | 144 | 66 |
| Binary | 10101 | 11111111 | 11101010 | 1011100 | 0 | 1000 | 0 | 10101111 | 1100100 | 110110 |
Color Harmonies of #15FFEA
Complementary color
Monochromatic Colors of #15FFEA
Black with #15FFEA
Text Example
Text Example
White with #15FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FFEA; }
p { color: rgb(21,255,234); }
H1.HeaderClassName
{
color: #15FFEA;
}
.AnyTagClassName
{
color: #15FFEA;
}
</style>
background-color css
<style>
a { background-color: #15FFEA; }
a { background-color: rgb(21,255,234); }
div.DivClassName
{
background-color: #15FFEA;
}
.BgClassName
{
background-color: #15FFEA;
}
</style>
border-color css
<style>
span { border-color: #15FFEA; }
span { border-color: rgb(21,255,234); }
td.TdClassName
{
border-color: #15FFEA;
}
.TagClassName
{
border-color: #15FFEA;
}
</style>