Shades of Bright Turquoise #18FADA
Tints of Bright Turquoise #18FADA
RGB
CMYK
RGB Variations
Color information
#18FADA (or 0x18FADA) is known color: Bright Turquoise. HEX triplet: 18, FA and DA. RGB value is (24,250,218). Sum of RGB (Red+Green+Blue) = 24+250+218=492 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.88% from 492); Green value is 250 (98.05% from 255 or 50.81% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 250 - color contains mainly: green. Hex color #18FADA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FADA is #E70525. Grayscale: #B2B2B2. Windows color (decimal): -15140134 or 14350872. OLE color: 14350872.
HSL color Cylindrical-coordinate representation of color #18FADA: hue angle of 171.5º 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 #18FADA is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 250 | 218 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.02 |
| HSL | 171.5º | 0.96% | 0.54% | - |
| HSV(B) | 171.5º | 0.9% | 0.98% | - |
| XYZ | 47.22 | 73.63 | 78.05 | - |
| YUV | 178.78 | 150.13 | 17.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 250 | 218 | 0.90 | 0 | 0.13 | 0.02 | 171.5 | 0.96 | 0.54 |
| Hex | 18 | FA | DA | 5A | 0 | D | 2 | AC | 60 | 36 |
| Octal | 30 | 372 | 332 | 132 | 0 | 15 | 2 | 254 | 140 | 66 |
| Binary | 11000 | 11111010 | 11011010 | 1011010 | 0 | 1101 | 10 | 10101100 | 1100000 | 110110 |
Color Harmonies of #18FADA
Complementary color
Monochromatic Colors of #18FADA
Black with #18FADA
Text Example
Text Example
White with #18FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FADA; }
p { color: rgb(24,250,218); }
H1.HeaderClassName
{
color: #18FADA;
}
.AnyTagClassName
{
color: #18FADA;
}
</style>
background-color css
<style>
a { background-color: #18FADA; }
a { background-color: rgb(24,250,218); }
div.DivClassName
{
background-color: #18FADA;
}
.BgClassName
{
background-color: #18FADA;
}
</style>
border-color css
<style>
span { border-color: #18FADA; }
span { border-color: rgb(24,250,218); }
td.TdClassName
{
border-color: #18FADA;
}
.TagClassName
{
border-color: #18FADA;
}
</style>