Shades of Bright Turquoise #18FAEF
Tints of Bright Turquoise #18FAEF
RGB
CMYK
RGB Variations
Color information
#18FAEF (or 0x18FAEF) is known color: Bright Turquoise. HEX triplet: 18, FA and EF. RGB value is (24,250,239). Sum of RGB (Red+Green+Blue) = 24+250+239=513 (67% of max value = 765). Red value is 24 (9.77% from 255 or 4.68% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 250 - color contains mainly: green. Hex color #18FAEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18FAEF is #E70510. Grayscale: #B4B4B4. Windows color (decimal): -15140113 or 15727128. OLE color: 15727128.
HSL color Cylindrical-coordinate representation of color #18FAEF: hue angle of 177.08º 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 #18FAEF is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 250 | 239 | - |
| CMYK | 0.90 | 0 | 0.04 | 0.02 |
| HSL | 177.08º | 0.96% | 0.54% | - |
| HSV(B) | 177.08º | 0.9% | 0.98% | - |
| XYZ | 50.14 | 74.8 | 93.46 | - |
| YUV | 181.17 | 160.63 | 15.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 250 | 239 | 0.90 | 0 | 0.04 | 0.02 | 177.08 | 0.96 | 0.54 |
| Hex | 18 | FA | EF | 5A | 0 | 4 | 2 | B1 | 60 | 36 |
| Octal | 30 | 372 | 357 | 132 | 0 | 4 | 2 | 261 | 140 | 66 |
| Binary | 11000 | 11111010 | 11101111 | 1011010 | 0 | 100 | 10 | 10110001 | 1100000 | 110110 |
Color Harmonies of #18FAEF
Complementary color
Monochromatic Colors of #18FAEF
Black with #18FAEF
Text Example
Text Example
White with #18FAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FAEF; }
p { color: rgb(24,250,239); }
H1.HeaderClassName
{
color: #18FAEF;
}
.AnyTagClassName
{
color: #18FAEF;
}
</style>
background-color css
<style>
a { background-color: #18FAEF; }
a { background-color: rgb(24,250,239); }
div.DivClassName
{
background-color: #18FAEF;
}
.BgClassName
{
background-color: #18FAEF;
}
</style>
border-color css
<style>
span { border-color: #18FAEF; }
span { border-color: rgb(24,250,239); }
td.TdClassName
{
border-color: #18FAEF;
}
.TagClassName
{
border-color: #18FAEF;
}
</style>