Shades of Bright Turquoise #18F2EC
Tints of Bright Turquoise #18F2EC
RGB
CMYK
RGB Variations
Color information
#18F2EC (or 0x18F2EC) is known color: Bright Turquoise. HEX triplet: 18, F2 and EC. RGB value is (24,242,236). Sum of RGB (Red+Green+Blue) = 24+242+236=502 (66% of max value = 765). Red value is 24 (9.77% from 255 or 4.78% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #18F2EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18F2EC is #E70D13. Grayscale: #AFAFAF. Windows color (decimal): -15142164 or 15528472. OLE color: 15528472.
HSL color Cylindrical-coordinate representation of color #18F2EC: hue angle of 178.35º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F2EC is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 242 | 236 | - |
| CMYK | 0.90 | 0 | 0.02 | 0.05 |
| HSL | 178.35º | 0.89% | 0.52% | - |
| HSV(B) | 178.35º | 0.9% | 0.95% | - |
| XYZ | 47.27 | 69.75 | 90.33 | - |
| YUV | 176.13 | 161.78 | 19.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 242 | 236 | 0.90 | 0 | 0.02 | 0.05 | 178.35 | 0.89 | 0.52 |
| Hex | 18 | F2 | EC | 5A | 0 | 2 | 5 | B2 | 59 | 34 |
| Octal | 30 | 362 | 354 | 132 | 0 | 2 | 5 | 262 | 131 | 64 |
| Binary | 11000 | 11110010 | 11101100 | 1011010 | 0 | 10 | 101 | 10110010 | 1011001 | 110100 |
Color Harmonies of #18F2EC
Complementary color
Monochromatic Colors of #18F2EC
Black with #18F2EC
Text Example
Text Example
White with #18F2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F2EC; }
p { color: rgb(24,242,236); }
H1.HeaderClassName
{
color: #18F2EC;
}
.AnyTagClassName
{
color: #18F2EC;
}
</style>
background-color css
<style>
a { background-color: #18F2EC; }
a { background-color: rgb(24,242,236); }
div.DivClassName
{
background-color: #18F2EC;
}
.BgClassName
{
background-color: #18F2EC;
}
</style>
border-color css
<style>
span { border-color: #18F2EC; }
span { border-color: rgb(24,242,236); }
td.TdClassName
{
border-color: #18F2EC;
}
.TagClassName
{
border-color: #18F2EC;
}
</style>