Shades of Bright Turquoise #18FACC
Tints of Bright Turquoise #18FACC
RGB
CMYK
RGB Variations
Color information
#18FACC (or 0x18FACC) is known color: Bright Turquoise. HEX triplet: 18, FA and CC. RGB value is (24,250,204). Sum of RGB (Red+Green+Blue) = 24+250+204=478 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5.02% from 478); Green value is 250 (98.05% from 255 or 52.30% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 250 - color contains mainly: green. Hex color #18FACC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FACC is #E70533. Grayscale: #B1B1B1. Windows color (decimal): -15140148 or 13433368. OLE color: 13433368.
HSL color Cylindrical-coordinate representation of color #18FACC: hue angle of 167.79º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18FACC is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 250 | 204 | - |
| CMYK | 0.90 | 0 | 0.18 | 0.02 |
| HSL | 167.79º | 0.96% | 0.54% | - |
| HSV(B) | 167.79º | 0.9% | 0.98% | - |
| XYZ | 45.46 | 72.93 | 68.81 | - |
| YUV | 177.18 | 143.13 | 18.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 250 | 204 | 0.90 | 0 | 0.18 | 0.02 | 167.79 | 0.96 | 0.54 |
| Hex | 18 | FA | CC | 5A | 0 | 12 | 2 | A8 | 60 | 36 |
| Octal | 30 | 372 | 314 | 132 | 0 | 22 | 2 | 250 | 140 | 66 |
| Binary | 11000 | 11111010 | 11001100 | 1011010 | 0 | 10010 | 10 | 10101000 | 1100000 | 110110 |
Color Harmonies of #18FACC
Complementary color
Monochromatic Colors of #18FACC
Black with #18FACC
Text Example
Text Example
White with #18FACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FACC; }
p { color: rgb(24,250,204); }
H1.HeaderClassName
{
color: #18FACC;
}
.AnyTagClassName
{
color: #18FACC;
}
</style>
background-color css
<style>
a { background-color: #18FACC; }
a { background-color: rgb(24,250,204); }
div.DivClassName
{
background-color: #18FACC;
}
.BgClassName
{
background-color: #18FACC;
}
</style>
border-color css
<style>
span { border-color: #18FACC; }
span { border-color: rgb(24,250,204); }
td.TdClassName
{
border-color: #18FACC;
}
.TagClassName
{
border-color: #18FACC;
}
</style>