Shades of Bright Turquoise #18FAC7
Tints of Bright Turquoise #18FAC7
RGB
CMYK
RGB Variations
Color information
#18FAC7 (or 0x18FAC7) is known color: Bright Turquoise. HEX triplet: 18, FA and C7. RGB value is (24,250,199). Sum of RGB (Red+Green+Blue) = 24+250+199=473 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.07% from 473); Green value is 250 (98.05% from 255 or 52.85% from 473); Blue value is 199 (78.12% from 255 or 42.07% from 473); Max value from RGB is 250 - color contains mainly: green. Hex color #18FAC7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FAC7 is #E70538. Grayscale: #B0B0B0. Windows color (decimal): -15140153 or 13105688. OLE color: 13105688.
HSL color Cylindrical-coordinate representation of color #18FAC7: hue angle of 166.46º 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 #18FAC7 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 250 | 199 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.02 |
| HSL | 166.46º | 0.96% | 0.54% | - |
| HSV(B) | 166.46º | 0.9% | 0.98% | - |
| XYZ | 44.87 | 72.69 | 65.7 | - |
| YUV | 176.61 | 140.63 | 19.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 250 | 199 | 0.90 | 0 | 0.20 | 0.02 | 166.46 | 0.96 | 0.54 |
| Hex | 18 | FA | C7 | 5A | 0 | 14 | 2 | A6 | 60 | 36 |
| Octal | 30 | 372 | 307 | 132 | 0 | 24 | 2 | 246 | 140 | 66 |
| Binary | 11000 | 11111010 | 11000111 | 1011010 | 0 | 10100 | 10 | 10100110 | 1100000 | 110110 |
Color Harmonies of #18FAC7
Complementary color
Monochromatic Colors of #18FAC7
Black with #18FAC7
Text Example
Text Example
White with #18FAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FAC7; }
p { color: rgb(24,250,199); }
H1.HeaderClassName
{
color: #18FAC7;
}
.AnyTagClassName
{
color: #18FAC7;
}
</style>
background-color css
<style>
a { background-color: #18FAC7; }
a { background-color: rgb(24,250,199); }
div.DivClassName
{
background-color: #18FAC7;
}
.BgClassName
{
background-color: #18FAC7;
}
</style>
border-color css
<style>
span { border-color: #18FAC7; }
span { border-color: rgb(24,250,199); }
td.TdClassName
{
border-color: #18FAC7;
}
.TagClassName
{
border-color: #18FAC7;
}
</style>