Shades of Bright Turquoise #15E1CE
Tints of Bright Turquoise #15E1CE
RGB
CMYK
RGB Variations
Color information
#15E1CE (or 0x15E1CE) is known color: Bright Turquoise. HEX triplet: 15, E1 and CE. RGB value is (21,225,206). Sum of RGB (Red+Green+Blue) = 21+225+206=452 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.65% from 452); Green value is 225 (88.28% from 255 or 49.78% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 225 - color contains mainly: green. Hex color #15E1CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15E1CE is #EA1E31. Grayscale: #A1A1A1. Windows color (decimal): -15343154 or 13558037. OLE color: 13558037.
HSL color Cylindrical-coordinate representation of color #15E1CE: hue angle of 174.41º 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 #15E1CE is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 225 | 206 | - |
| CMYK | 0.91 | 0 | 0.08 | 0.12 |
| HSL | 174.41º | 0.83% | 0.48% | - |
| HSV(B) | 174.41º | 0.91% | 0.88% | - |
| XYZ | 38.38 | 58.47 | 67.66 | - |
| YUV | 161.84 | 152.91 | 27.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 225 | 206 | 0.91 | 0 | 0.08 | 0.12 | 174.41 | 0.83 | 0.48 |
| Hex | 15 | E1 | CE | 5B | 0 | 8 | C | AE | 53 | 30 |
| Octal | 25 | 341 | 316 | 133 | 0 | 10 | 14 | 256 | 123 | 60 |
| Binary | 10101 | 11100001 | 11001110 | 1011011 | 0 | 1000 | 1100 | 10101110 | 1010011 | 110000 |
Color Harmonies of #15E1CE
Complementary color
Monochromatic Colors of #15E1CE
Black with #15E1CE
Text Example
Text Example
White with #15E1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15E1CE; }
p { color: rgb(21,225,206); }
H1.HeaderClassName
{
color: #15E1CE;
}
.AnyTagClassName
{
color: #15E1CE;
}
</style>
background-color css
<style>
a { background-color: #15E1CE; }
a { background-color: rgb(21,225,206); }
div.DivClassName
{
background-color: #15E1CE;
}
.BgClassName
{
background-color: #15E1CE;
}
</style>
border-color css
<style>
span { border-color: #15E1CE; }
span { border-color: rgb(21,225,206); }
td.TdClassName
{
border-color: #15E1CE;
}
.TagClassName
{
border-color: #15E1CE;
}
</style>