Shades of Bright Turquoise #15FCC9
Tints of Bright Turquoise #15FCC9
RGB
CMYK
RGB Variations
Color information
#15FCC9 (or 0x15FCC9) is known color: Bright Turquoise. HEX triplet: 15, FC and C9. RGB value is (21,252,201). Sum of RGB (Red+Green+Blue) = 21+252+201=474 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.43% from 474); Green value is 252 (98.83% from 255 or 53.16% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 252 - color contains mainly: green. Hex color #15FCC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FCC9 is #EA0336. Grayscale: #B1B1B1. Windows color (decimal): -15336247 or 13237269. OLE color: 13237269.
HSL color Cylindrical-coordinate representation of color #15FCC9: hue angle of 166.75º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FCC9 is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 252 | 201 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.01 |
| HSL | 166.75º | 0.97% | 0.54% | - |
| HSV(B) | 166.75º | 0.92% | 0.99% | - |
| XYZ | 45.66 | 74 | 67.13 | - |
| YUV | 177.12 | 141.47 | 16.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 252 | 201 | 0.92 | 0 | 0.20 | 0.01 | 166.75 | 0.97 | 0.54 |
| Hex | 15 | FC | C9 | 5C | 0 | 14 | 1 | A7 | 61 | 36 |
| Octal | 25 | 374 | 311 | 134 | 0 | 24 | 1 | 247 | 141 | 66 |
| Binary | 10101 | 11111100 | 11001001 | 1011100 | 0 | 10100 | 1 | 10100111 | 1100001 | 110110 |
Color Harmonies of #15FCC9
Complementary color
Monochromatic Colors of #15FCC9
Black with #15FCC9
Text Example
Text Example
White with #15FCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FCC9; }
p { color: rgb(21,252,201); }
H1.HeaderClassName
{
color: #15FCC9;
}
.AnyTagClassName
{
color: #15FCC9;
}
</style>
background-color css
<style>
a { background-color: #15FCC9; }
a { background-color: rgb(21,252,201); }
div.DivClassName
{
background-color: #15FCC9;
}
.BgClassName
{
background-color: #15FCC9;
}
</style>
border-color css
<style>
span { border-color: #15FCC9; }
span { border-color: rgb(21,252,201); }
td.TdClassName
{
border-color: #15FCC9;
}
.TagClassName
{
border-color: #15FCC9;
}
</style>