Shades of Bright Turquoise #15EEE0
Tints of Bright Turquoise #15EEE0
RGB
CMYK
RGB Variations
Color information
#15EEE0 (or 0x15EEE0) is known color: Bright Turquoise. HEX triplet: 15, EE and E0. RGB value is (21,238,224). Sum of RGB (Red+Green+Blue) = 21+238+224=483 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.35% from 483); Green value is 238 (93.36% from 255 or 49.28% from 483); Blue value is 224 (87.89% from 255 or 46.38% from 483); Max value from RGB is 238 - color contains mainly: green. Hex color #15EEE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EEE0 is #EA111F. Grayscale: #ABABAB. Windows color (decimal): -15339808 or 14741013. OLE color: 14741013.
HSL color Cylindrical-coordinate representation of color #15EEE0: hue angle of 176.13º 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 #15EEE0 is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 238 | 224 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.07 |
| HSL | 176.13º | 0.86% | 0.51% | - |
| HSV(B) | 176.13º | 0.91% | 0.93% | - |
| XYZ | 44.34 | 66.69 | 81.06 | - |
| YUV | 171.52 | 157.61 | 20.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 238 | 224 | 0.91 | 0 | 0.06 | 0.07 | 176.13 | 0.86 | 0.51 |
| Hex | 15 | EE | E0 | 5B | 0 | 6 | 7 | B0 | 56 | 33 |
| Octal | 25 | 356 | 340 | 133 | 0 | 6 | 7 | 260 | 126 | 63 |
| Binary | 10101 | 11101110 | 11100000 | 1011011 | 0 | 110 | 111 | 10110000 | 1010110 | 110011 |
Color Harmonies of #15EEE0
Complementary color
Monochromatic Colors of #15EEE0
Black with #15EEE0
Text Example
Text Example
White with #15EEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15EEE0; }
p { color: rgb(21,238,224); }
H1.HeaderClassName
{
color: #15EEE0;
}
.AnyTagClassName
{
color: #15EEE0;
}
</style>
background-color css
<style>
a { background-color: #15EEE0; }
a { background-color: rgb(21,238,224); }
div.DivClassName
{
background-color: #15EEE0;
}
.BgClassName
{
background-color: #15EEE0;
}
</style>
border-color css
<style>
span { border-color: #15EEE0; }
span { border-color: rgb(21,238,224); }
td.TdClassName
{
border-color: #15EEE0;
}
.TagClassName
{
border-color: #15EEE0;
}
</style>