Shades of Bright Turquoise #15FBC0
Tints of Bright Turquoise #15FBC0
RGB
CMYK
RGB Variations
Color information
#15FBC0 (or 0x15FBC0) is known color: Bright Turquoise. HEX triplet: 15, FB and C0. RGB value is (21,251,192). Sum of RGB (Red+Green+Blue) = 21+251+192=464 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.53% from 464); Green value is 251 (98.44% from 255 or 54.09% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 251 - color contains mainly: green. Hex color #15FBC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FBC0 is #EA043F. Grayscale: #AFAFAF. Windows color (decimal): -15336512 or 12647189. OLE color: 12647189.
HSL color Cylindrical-coordinate representation of color #15FBC0: hue angle of 164.61º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FBC0 is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 251 | 192 | - |
| CMYK | 0.92 | 0 | 0.24 | 0.02 |
| HSL | 164.61º | 0.97% | 0.53% | - |
| HSV(B) | 164.61º | 0.92% | 0.98% | - |
| XYZ | 44.32 | 72.96 | 61.62 | - |
| YUV | 175.5 | 137.3 | 17.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 251 | 192 | 0.92 | 0 | 0.24 | 0.02 | 164.61 | 0.97 | 0.53 |
| Hex | 15 | FB | C0 | 5C | 0 | 18 | 2 | A5 | 61 | 35 |
| Octal | 25 | 373 | 300 | 134 | 0 | 30 | 2 | 245 | 141 | 65 |
| Binary | 10101 | 11111011 | 11000000 | 1011100 | 0 | 11000 | 10 | 10100101 | 1100001 | 110101 |
Color Harmonies of #15FBC0
Complementary color
Monochromatic Colors of #15FBC0
Black with #15FBC0
Text Example
Text Example
White with #15FBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FBC0; }
p { color: rgb(21,251,192); }
H1.HeaderClassName
{
color: #15FBC0;
}
.AnyTagClassName
{
color: #15FBC0;
}
</style>
background-color css
<style>
a { background-color: #15FBC0; }
a { background-color: rgb(21,251,192); }
div.DivClassName
{
background-color: #15FBC0;
}
.BgClassName
{
background-color: #15FBC0;
}
</style>
border-color css
<style>
span { border-color: #15FBC0; }
span { border-color: rgb(21,251,192); }
td.TdClassName
{
border-color: #15FBC0;
}
.TagClassName
{
border-color: #15FBC0;
}
</style>