Shades of Bright Turquoise #15FACA
Tints of Bright Turquoise #15FACA
RGB
CMYK
RGB Variations
Color information
#15FACA (or 0x15FACA) is known color: Bright Turquoise. HEX triplet: 15, FA and CA. RGB value is (21,250,202). Sum of RGB (Red+Green+Blue) = 21+250+202=473 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.44% from 473); Green value is 250 (98.05% from 255 or 52.85% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 250 - color contains mainly: green. Hex color #15FACA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FACA is #EA0535. Grayscale: #B0B0B0. Windows color (decimal): -15336758 or 13302293. OLE color: 13302293.
HSL color Cylindrical-coordinate representation of color #15FACA: hue angle of 167.42º degrees, saturation: 0.96, 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 #15FACA is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 250 | 202 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.02 |
| HSL | 167.42º | 0.96% | 0.53% | - |
| HSV(B) | 167.42º | 0.92% | 0.98% | - |
| XYZ | 45.16 | 72.79 | 67.55 | - |
| YUV | 176.06 | 142.63 | 17.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 250 | 202 | 0.92 | 0 | 0.19 | 0.02 | 167.42 | 0.96 | 0.53 |
| Hex | 15 | FA | CA | 5C | 0 | 13 | 2 | A7 | 60 | 35 |
| Octal | 25 | 372 | 312 | 134 | 0 | 23 | 2 | 247 | 140 | 65 |
| Binary | 10101 | 11111010 | 11001010 | 1011100 | 0 | 10011 | 10 | 10100111 | 1100000 | 110101 |
Color Harmonies of #15FACA
Complementary color
Monochromatic Colors of #15FACA
Black with #15FACA
Text Example
Text Example
White with #15FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FACA; }
p { color: rgb(21,250,202); }
H1.HeaderClassName
{
color: #15FACA;
}
.AnyTagClassName
{
color: #15FACA;
}
</style>
background-color css
<style>
a { background-color: #15FACA; }
a { background-color: rgb(21,250,202); }
div.DivClassName
{
background-color: #15FACA;
}
.BgClassName
{
background-color: #15FACA;
}
</style>
border-color css
<style>
span { border-color: #15FACA; }
span { border-color: rgb(21,250,202); }
td.TdClassName
{
border-color: #15FACA;
}
.TagClassName
{
border-color: #15FACA;
}
</style>