Shades of Bright Turquoise #15ECCF
Tints of Bright Turquoise #15ECCF
RGB
CMYK
RGB Variations
Color information
#15ECCF (or 0x15ECCF) is known color: Bright Turquoise. HEX triplet: 15, EC and CF. RGB value is (21,236,207). Sum of RGB (Red+Green+Blue) = 21+236+207=464 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.53% from 464); Green value is 236 (92.58% from 255 or 50.86% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 236 - color contains mainly: green. Hex color #15ECCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15ECCF is #EA1330. Grayscale: #A8A8A8. Windows color (decimal): -15340337 or 13626389. OLE color: 13626389.
HSL color Cylindrical-coordinate representation of color #15ECCF: hue angle of 171.91º 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 #15ECCF is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 236 | 207 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.07 |
| HSL | 171.91º | 0.85% | 0.5% | - |
| HSV(B) | 171.91º | 0.91% | 0.93% | - |
| XYZ | 41.57 | 64.66 | 69.32 | - |
| YUV | 168.41 | 149.77 | 22.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 236 | 207 | 0.91 | 0 | 0.12 | 0.07 | 171.91 | 0.85 | 0.5 |
| Hex | 15 | EC | CF | 5B | 0 | C | 7 | AC | 55 | 32 |
| Octal | 25 | 354 | 317 | 133 | 0 | 14 | 7 | 254 | 125 | 62 |
| Binary | 10101 | 11101100 | 11001111 | 1011011 | 0 | 1100 | 111 | 10101100 | 1010101 | 110010 |
Color Harmonies of #15ECCF
Complementary color
Monochromatic Colors of #15ECCF
Black with #15ECCF
Text Example
Text Example
White with #15ECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15ECCF; }
p { color: rgb(21,236,207); }
H1.HeaderClassName
{
color: #15ECCF;
}
.AnyTagClassName
{
color: #15ECCF;
}
</style>
background-color css
<style>
a { background-color: #15ECCF; }
a { background-color: rgb(21,236,207); }
div.DivClassName
{
background-color: #15ECCF;
}
.BgClassName
{
background-color: #15ECCF;
}
</style>
border-color css
<style>
span { border-color: #15ECCF; }
span { border-color: rgb(21,236,207); }
td.TdClassName
{
border-color: #15ECCF;
}
.TagClassName
{
border-color: #15ECCF;
}
</style>