Shades of Bright Turquoise #15E7BE
Tints of Bright Turquoise #15E7BE
RGB
CMYK
RGB Variations
Color information
#15E7BE (or 0x15E7BE) is known color: Bright Turquoise. HEX triplet: 15, E7 and BE. RGB value is (21,231,190). Sum of RGB (Red+Green+Blue) = 21+231+190=442 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.75% from 442); Green value is 231 (90.62% from 255 or 52.26% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 231 - color contains mainly: green. Hex color #15E7BE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15E7BE is #EA1841. Grayscale: #A3A3A3. Windows color (decimal): -15341634 or 12510997. OLE color: 12510997.
HSL color Cylindrical-coordinate representation of color #15E7BE: hue angle of 168.29º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15E7BE is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 231 | 190 | - |
| CMYK | 0.91 | 0 | 0.18 | 0.09 |
| HSL | 168.29º | 0.83% | 0.49% | - |
| HSV(B) | 168.29º | 0.91% | 0.91% | - |
| XYZ | 38.18 | 61.03 | 58.48 | - |
| YUV | 163.54 | 142.93 | 26.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 231 | 190 | 0.91 | 0 | 0.18 | 0.09 | 168.29 | 0.83 | 0.49 |
| Hex | 15 | E7 | BE | 5B | 0 | 12 | 9 | A8 | 53 | 31 |
| Octal | 25 | 347 | 276 | 133 | 0 | 22 | 11 | 250 | 123 | 61 |
| Binary | 10101 | 11100111 | 10111110 | 1011011 | 0 | 10010 | 1001 | 10101000 | 1010011 | 110001 |
Color Harmonies of #15E7BE
Complementary color
Monochromatic Colors of #15E7BE
Black with #15E7BE
Text Example
Text Example
White with #15E7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15E7BE; }
p { color: rgb(21,231,190); }
H1.HeaderClassName
{
color: #15E7BE;
}
.AnyTagClassName
{
color: #15E7BE;
}
</style>
background-color css
<style>
a { background-color: #15E7BE; }
a { background-color: rgb(21,231,190); }
div.DivClassName
{
background-color: #15E7BE;
}
.BgClassName
{
background-color: #15E7BE;
}
</style>
border-color css
<style>
span { border-color: #15E7BE; }
span { border-color: rgb(21,231,190); }
td.TdClassName
{
border-color: #15E7BE;
}
.TagClassName
{
border-color: #15E7BE;
}
</style>