Shades of Bright Turquoise #15E0C7
Tints of Bright Turquoise #15E0C7
RGB
CMYK
RGB Variations
Color information
#15E0C7 (or 0x15E0C7) is known color: Bright Turquoise. HEX triplet: 15, E0 and C7. RGB value is (21,224,199). Sum of RGB (Red+Green+Blue) = 21+224+199=444 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.73% from 444); Green value is 224 (87.89% from 255 or 50.45% from 444); Blue value is 199 (78.12% from 255 or 44.82% from 444); Max value from RGB is 224 - color contains mainly: green. Hex color #15E0C7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15E0C7 is #EA1F38. Grayscale: #A0A0A0. Windows color (decimal): -15343417 or 13099029. OLE color: 13099029.
HSL color Cylindrical-coordinate representation of color #15E0C7: hue angle of 172.61º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15E0C7 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 224 | 199 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.12 |
| HSL | 172.61º | 0.83% | 0.48% | - |
| HSV(B) | 172.61º | 0.91% | 0.88% | - |
| XYZ | 37.27 | 57.59 | 63.19 | - |
| YUV | 160.45 | 149.75 | 28.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 224 | 199 | 0.91 | 0 | 0.11 | 0.12 | 172.61 | 0.83 | 0.48 |
| Hex | 15 | E0 | C7 | 5B | 0 | B | C | AD | 53 | 30 |
| Octal | 25 | 340 | 307 | 133 | 0 | 13 | 14 | 255 | 123 | 60 |
| Binary | 10101 | 11100000 | 11000111 | 1011011 | 0 | 1011 | 1100 | 10101101 | 1010011 | 110000 |
Color Harmonies of #15E0C7
Complementary color
Monochromatic Colors of #15E0C7
Black with #15E0C7
Text Example
Text Example
White with #15E0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15E0C7; }
p { color: rgb(21,224,199); }
H1.HeaderClassName
{
color: #15E0C7;
}
.AnyTagClassName
{
color: #15E0C7;
}
</style>
background-color css
<style>
a { background-color: #15E0C7; }
a { background-color: rgb(21,224,199); }
div.DivClassName
{
background-color: #15E0C7;
}
.BgClassName
{
background-color: #15E0C7;
}
</style>
border-color css
<style>
span { border-color: #15E0C7; }
span { border-color: rgb(21,224,199); }
td.TdClassName
{
border-color: #15E0C7;
}
.TagClassName
{
border-color: #15E0C7;
}
</style>