Shades of Bright Turquoise #18F8EC
Tints of Bright Turquoise #18F8EC
RGB
CMYK
RGB Variations
Color information
#18F8EC (or 0x18F8EC) is known color: Bright Turquoise. HEX triplet: 18, F8 and EC. RGB value is (24,248,236). Sum of RGB (Red+Green+Blue) = 24+248+236=508 (67% of max value = 765). Red value is 24 (9.77% from 255 or 4.72% from 508); Green value is 248 (97.27% from 255 or 48.82% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 248 - color contains mainly: green. Hex color #18F8EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18F8EC is #E70713. Grayscale: #B3B3B3. Windows color (decimal): -15140628 or 15530008. OLE color: 15530008.
HSL color Cylindrical-coordinate representation of color #18F8EC: hue angle of 176.79º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F8EC is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 248 | 236 | - |
| CMYK | 0.90 | 0 | 0.05 | 0.03 |
| HSL | 176.79º | 0.94% | 0.53% | - |
| HSV(B) | 176.79º | 0.9% | 0.97% | - |
| XYZ | 49.08 | 73.39 | 90.93 | - |
| YUV | 179.66 | 159.79 | 16.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 248 | 236 | 0.90 | 0 | 0.05 | 0.03 | 176.79 | 0.94 | 0.53 |
| Hex | 18 | F8 | EC | 5A | 0 | 5 | 3 | B1 | 5E | 35 |
| Octal | 30 | 370 | 354 | 132 | 0 | 5 | 3 | 261 | 136 | 65 |
| Binary | 11000 | 11111000 | 11101100 | 1011010 | 0 | 101 | 11 | 10110001 | 1011110 | 110101 |
Color Harmonies of #18F8EC
Complementary color
Monochromatic Colors of #18F8EC
Black with #18F8EC
Text Example
Text Example
White with #18F8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F8EC; }
p { color: rgb(24,248,236); }
H1.HeaderClassName
{
color: #18F8EC;
}
.AnyTagClassName
{
color: #18F8EC;
}
</style>
background-color css
<style>
a { background-color: #18F8EC; }
a { background-color: rgb(24,248,236); }
div.DivClassName
{
background-color: #18F8EC;
}
.BgClassName
{
background-color: #18F8EC;
}
</style>
border-color css
<style>
span { border-color: #18F8EC; }
span { border-color: rgb(24,248,236); }
td.TdClassName
{
border-color: #18F8EC;
}
.TagClassName
{
border-color: #18F8EC;
}
</style>