Shades of Bright Turquoise #18FADC
Tints of Bright Turquoise #18FADC
RGB
CMYK
RGB Variations
Color information
#18FADC (or 0x18FADC) is known color: Bright Turquoise. HEX triplet: 18, FA and DC. RGB value is (24,250,220). Sum of RGB (Red+Green+Blue) = 24+250+220=494 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.86% from 494); Green value is 250 (98.05% from 255 or 50.61% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 250 - color contains mainly: green. Hex color #18FADC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FADC is #E70523. Grayscale: #B2B2B2. Windows color (decimal): -15140132 or 14481944. OLE color: 14481944.
HSL color Cylindrical-coordinate representation of color #18FADC: hue angle of 172.04º 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 #18FADC is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 250 | 220 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.02 |
| HSL | 172.04º | 0.96% | 0.54% | - |
| HSV(B) | 172.04º | 0.9% | 0.98% | - |
| XYZ | 47.48 | 73.73 | 79.44 | - |
| YUV | 179.01 | 151.13 | 17.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 250 | 220 | 0.90 | 0 | 0.12 | 0.02 | 172.04 | 0.96 | 0.54 |
| Hex | 18 | FA | DC | 5A | 0 | C | 2 | AC | 60 | 36 |
| Octal | 30 | 372 | 334 | 132 | 0 | 14 | 2 | 254 | 140 | 66 |
| Binary | 11000 | 11111010 | 11011100 | 1011010 | 0 | 1100 | 10 | 10101100 | 1100000 | 110110 |
Color Harmonies of #18FADC
Complementary color
Monochromatic Colors of #18FADC
Black with #18FADC
Text Example
Text Example
White with #18FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FADC; }
p { color: rgb(24,250,220); }
H1.HeaderClassName
{
color: #18FADC;
}
.AnyTagClassName
{
color: #18FADC;
}
</style>
background-color css
<style>
a { background-color: #18FADC; }
a { background-color: rgb(24,250,220); }
div.DivClassName
{
background-color: #18FADC;
}
.BgClassName
{
background-color: #18FADC;
}
</style>
border-color css
<style>
span { border-color: #18FADC; }
span { border-color: rgb(24,250,220); }
td.TdClassName
{
border-color: #18FADC;
}
.TagClassName
{
border-color: #18FADC;
}
</style>