Shades of Bright Turquoise #15EEE8
Tints of Bright Turquoise #15EEE8
RGB
CMYK
RGB Variations
Color information
#15EEE8 (or 0x15EEE8) is known color: Bright Turquoise. HEX triplet: 15, EE and E8. RGB value is (21,238,232). Sum of RGB (Red+Green+Blue) = 21+238+232=491 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.28% from 491); Green value is 238 (93.36% from 255 or 48.47% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 238 - color contains mainly: green. Hex color #15EEE8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15EEE8 is #EA1117. Grayscale: #ACACAC. Windows color (decimal): -15339800 or 15265301. OLE color: 15265301.
HSL color Cylindrical-coordinate representation of color #15EEE8: hue angle of 178.34º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15EEE8 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 238 | 232 | - |
| CMYK | 0.91 | 0 | 0.03 | 0.07 |
| HSL | 178.34º | 0.86% | 0.51% | - |
| HSV(B) | 178.34º | 0.91% | 0.93% | - |
| XYZ | 45.45 | 67.13 | 86.91 | - |
| YUV | 172.43 | 161.61 | 19.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 238 | 232 | 0.91 | 0 | 0.03 | 0.07 | 178.34 | 0.86 | 0.51 |
| Hex | 15 | EE | E8 | 5B | 0 | 3 | 7 | B2 | 56 | 33 |
| Octal | 25 | 356 | 350 | 133 | 0 | 3 | 7 | 262 | 126 | 63 |
| Binary | 10101 | 11101110 | 11101000 | 1011011 | 0 | 11 | 111 | 10110010 | 1010110 | 110011 |
Color Harmonies of #15EEE8
Complementary color
Monochromatic Colors of #15EEE8
Black with #15EEE8
Text Example
Text Example
White with #15EEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15EEE8; }
p { color: rgb(21,238,232); }
H1.HeaderClassName
{
color: #15EEE8;
}
.AnyTagClassName
{
color: #15EEE8;
}
</style>
background-color css
<style>
a { background-color: #15EEE8; }
a { background-color: rgb(21,238,232); }
div.DivClassName
{
background-color: #15EEE8;
}
.BgClassName
{
background-color: #15EEE8;
}
</style>
border-color css
<style>
span { border-color: #15EEE8; }
span { border-color: rgb(21,238,232); }
td.TdClassName
{
border-color: #15EEE8;
}
.TagClassName
{
border-color: #15EEE8;
}
</style>