Shades of Bright Turquoise #15ECCD
Tints of Bright Turquoise #15ECCD
RGB
CMYK
RGB Variations
Color information
#15ECCD (or 0x15ECCD) is known color: Bright Turquoise. HEX triplet: 15, EC and CD. RGB value is (21,236,205). Sum of RGB (Red+Green+Blue) = 21+236+205=462 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.55% from 462); Green value is 236 (92.58% from 255 or 51.08% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 236 - color contains mainly: green. Hex color #15ECCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15ECCD is #EA1332. Grayscale: #A8A8A8. Windows color (decimal): -15340339 or 13495317. OLE color: 13495317.
HSL color Cylindrical-coordinate representation of color #15ECCD: hue angle of 171.35º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15ECCD is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 236 | 205 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.07 |
| HSL | 171.35º | 0.85% | 0.5% | - |
| HSV(B) | 171.35º | 0.91% | 0.93% | - |
| XYZ | 41.32 | 64.56 | 68.04 | - |
| YUV | 168.18 | 148.77 | 23.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 236 | 205 | 0.91 | 0 | 0.13 | 0.07 | 171.35 | 0.85 | 0.5 |
| Hex | 15 | EC | CD | 5B | 0 | D | 7 | AB | 55 | 32 |
| Octal | 25 | 354 | 315 | 133 | 0 | 15 | 7 | 253 | 125 | 62 |
| Binary | 10101 | 11101100 | 11001101 | 1011011 | 0 | 1101 | 111 | 10101011 | 1010101 | 110010 |
Color Harmonies of #15ECCD
Complementary color
Monochromatic Colors of #15ECCD
Black with #15ECCD
Text Example
Text Example
White with #15ECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15ECCD; }
p { color: rgb(21,236,205); }
H1.HeaderClassName
{
color: #15ECCD;
}
.AnyTagClassName
{
color: #15ECCD;
}
</style>
background-color css
<style>
a { background-color: #15ECCD; }
a { background-color: rgb(21,236,205); }
div.DivClassName
{
background-color: #15ECCD;
}
.BgClassName
{
background-color: #15ECCD;
}
</style>
border-color css
<style>
span { border-color: #15ECCD; }
span { border-color: rgb(21,236,205); }
td.TdClassName
{
border-color: #15ECCD;
}
.TagClassName
{
border-color: #15ECCD;
}
</style>