Shades of Bright Turquoise #15EFC0
Tints of Bright Turquoise #15EFC0
RGB
CMYK
RGB Variations
Color information
#15EFC0 (or 0x15EFC0) is known color: Bright Turquoise. HEX triplet: 15, EF and C0. RGB value is (21,239,192). Sum of RGB (Red+Green+Blue) = 21+239+192=452 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.65% from 452); Green value is 239 (93.75% from 255 or 52.88% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 239 - color contains mainly: green. Hex color #15EFC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EFC0 is #EA103F. Grayscale: #A8A8A8. Windows color (decimal): -15339584 or 12644117. OLE color: 12644117.
HSL color Cylindrical-coordinate representation of color #15EFC0: hue angle of 167.06º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15EFC0 is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 239 | 192 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.06 |
| HSL | 167.06º | 0.87% | 0.51% | - |
| HSV(B) | 167.06º | 0.91% | 0.94% | - |
| XYZ | 40.69 | 65.7 | 60.41 | - |
| YUV | 168.46 | 141.28 | 22.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 239 | 192 | 0.91 | 0 | 0.20 | 0.06 | 167.06 | 0.87 | 0.51 |
| Hex | 15 | EF | C0 | 5B | 0 | 14 | 6 | A7 | 57 | 33 |
| Octal | 25 | 357 | 300 | 133 | 0 | 24 | 6 | 247 | 127 | 63 |
| Binary | 10101 | 11101111 | 11000000 | 1011011 | 0 | 10100 | 110 | 10100111 | 1010111 | 110011 |
Color Harmonies of #15EFC0
Complementary color
Monochromatic Colors of #15EFC0
Black with #15EFC0
Text Example
Text Example
White with #15EFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15EFC0; }
p { color: rgb(21,239,192); }
H1.HeaderClassName
{
color: #15EFC0;
}
.AnyTagClassName
{
color: #15EFC0;
}
</style>
background-color css
<style>
a { background-color: #15EFC0; }
a { background-color: rgb(21,239,192); }
div.DivClassName
{
background-color: #15EFC0;
}
.BgClassName
{
background-color: #15EFC0;
}
</style>
border-color css
<style>
span { border-color: #15EFC0; }
span { border-color: rgb(21,239,192); }
td.TdClassName
{
border-color: #15EFC0;
}
.TagClassName
{
border-color: #15EFC0;
}
</style>