Shades of Bright Turquoise #15EED5
Tints of Bright Turquoise #15EED5
RGB
CMYK
RGB Variations
Color information
#15EED5 (or 0x15EED5) is known color: Bright Turquoise. HEX triplet: 15, EE and D5. RGB value is (21,238,213). Sum of RGB (Red+Green+Blue) = 21+238+213=472 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.45% from 472); Green value is 238 (93.36% from 255 or 50.42% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 238 - color contains mainly: green. Hex color #15EED5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EED5 is #EA112A. Grayscale: #AAAAAA. Windows color (decimal): -15339819 or 14020117. OLE color: 14020117.
HSL color Cylindrical-coordinate representation of color #15EED5: hue angle of 173.09º 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 #15EED5 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 238 | 213 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.07 |
| HSL | 173.09º | 0.86% | 0.51% | - |
| HSV(B) | 173.09º | 0.91% | 0.93% | - |
| XYZ | 42.89 | 66.11 | 73.45 | - |
| YUV | 170.27 | 152.11 | 21.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 238 | 213 | 0.91 | 0 | 0.11 | 0.07 | 173.09 | 0.86 | 0.51 |
| Hex | 15 | EE | D5 | 5B | 0 | B | 7 | AD | 56 | 33 |
| Octal | 25 | 356 | 325 | 133 | 0 | 13 | 7 | 255 | 126 | 63 |
| Binary | 10101 | 11101110 | 11010101 | 1011011 | 0 | 1011 | 111 | 10101101 | 1010110 | 110011 |
Color Harmonies of #15EED5
Complementary color
Monochromatic Colors of #15EED5
Black with #15EED5
Text Example
Text Example
White with #15EED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15EED5; }
p { color: rgb(21,238,213); }
H1.HeaderClassName
{
color: #15EED5;
}
.AnyTagClassName
{
color: #15EED5;
}
</style>
background-color css
<style>
a { background-color: #15EED5; }
a { background-color: rgb(21,238,213); }
div.DivClassName
{
background-color: #15EED5;
}
.BgClassName
{
background-color: #15EED5;
}
</style>
border-color css
<style>
span { border-color: #15EED5; }
span { border-color: rgb(21,238,213); }
td.TdClassName
{
border-color: #15EED5;
}
.TagClassName
{
border-color: #15EED5;
}
</style>