Shades of Bright Turquoise #15EABF
Tints of Bright Turquoise #15EABF
RGB
CMYK
RGB Variations
Color information
#15EABF (or 0x15EABF) is known color: Bright Turquoise. HEX triplet: 15, EA and BF. RGB value is (21,234,191). Sum of RGB (Red+Green+Blue) = 21+234+191=446 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.71% from 446); Green value is 234 (91.80% from 255 or 52.47% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 234 - color contains mainly: green. Hex color #15EABF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EABF is #EA1540. Grayscale: #A5A5A5. Windows color (decimal): -15340865 or 12577301. OLE color: 12577301.
HSL color Cylindrical-coordinate representation of color #15EABF: hue angle of 167.89º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15EABF is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 234 | 191 | - |
| CMYK | 0.91 | 0 | 0.18 | 0.08 |
| HSL | 167.89º | 0.84% | 0.5% | - |
| HSV(B) | 167.89º | 0.91% | 0.92% | - |
| XYZ | 39.14 | 62.77 | 59.34 | - |
| YUV | 165.41 | 142.43 | 25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 234 | 191 | 0.91 | 0 | 0.18 | 0.08 | 167.89 | 0.84 | 0.5 |
| Hex | 15 | EA | BF | 5B | 0 | 12 | 8 | A8 | 54 | 32 |
| Octal | 25 | 352 | 277 | 133 | 0 | 22 | 10 | 250 | 124 | 62 |
| Binary | 10101 | 11101010 | 10111111 | 1011011 | 0 | 10010 | 1000 | 10101000 | 1010100 | 110010 |
Color Harmonies of #15EABF
Complementary color
Monochromatic Colors of #15EABF
Black with #15EABF
Text Example
Text Example
White with #15EABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15EABF; }
p { color: rgb(21,234,191); }
H1.HeaderClassName
{
color: #15EABF;
}
.AnyTagClassName
{
color: #15EABF;
}
</style>
background-color css
<style>
a { background-color: #15EABF; }
a { background-color: rgb(21,234,191); }
div.DivClassName
{
background-color: #15EABF;
}
.BgClassName
{
background-color: #15EABF;
}
</style>
border-color css
<style>
span { border-color: #15EABF; }
span { border-color: rgb(21,234,191); }
td.TdClassName
{
border-color: #15EABF;
}
.TagClassName
{
border-color: #15EABF;
}
</style>