Shades of Bright Turquoise #15FFEB
Tints of Bright Turquoise #15FFEB
RGB
CMYK
RGB Variations
Color information
#15FFEB (or 0x15FFEB) is known color: Bright Turquoise. HEX triplet: 15, FF and EB. RGB value is (21,255,235). Sum of RGB (Red+Green+Blue) = 21+255+235=511 (67% of max value = 765). Red value is 21 (8.59% from 255 or 4.11% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #15FFEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15FFEB is #EA0014. Grayscale: #B6B6B6. Windows color (decimal): -15335445 or 15466261. OLE color: 15466261.
HSL color Cylindrical-coordinate representation of color #15FFEB: hue angle of 174.87º 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 #15FFEB is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 255 | 235 | - |
| CMYK | 0.92 | 0 | 0.08 | 0 |
| HSL | 174.87º | 1% | 0.54% | - |
| HSV(B) | 174.87º | 0.92% | 1% | - |
| XYZ | 51.06 | 77.68 | 90.9 | - |
| YUV | 182.75 | 157.48 | 12.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 255 | 235 | 0.92 | 0 | 0.08 | 0 | 174.87 | 1 | 0.54 |
| Hex | 15 | FF | EB | 5C | 0 | 8 | 0 | AF | 64 | 36 |
| Octal | 25 | 377 | 353 | 134 | 0 | 10 | 0 | 257 | 144 | 66 |
| Binary | 10101 | 11111111 | 11101011 | 1011100 | 0 | 1000 | 0 | 10101111 | 1100100 | 110110 |
Color Harmonies of #15FFEB
Complementary color
Monochromatic Colors of #15FFEB
Black with #15FFEB
Text Example
Text Example
White with #15FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FFEB; }
p { color: rgb(21,255,235); }
H1.HeaderClassName
{
color: #15FFEB;
}
.AnyTagClassName
{
color: #15FFEB;
}
</style>
background-color css
<style>
a { background-color: #15FFEB; }
a { background-color: rgb(21,255,235); }
div.DivClassName
{
background-color: #15FFEB;
}
.BgClassName
{
background-color: #15FFEB;
}
</style>
border-color css
<style>
span { border-color: #15FFEB; }
span { border-color: rgb(21,255,235); }
td.TdClassName
{
border-color: #15FFEB;
}
.TagClassName
{
border-color: #15FFEB;
}
</style>