Shades of Bright Turquoise #18ECF1
Tints of Bright Turquoise #18ECF1
RGB
CMYK
RGB Variations
Color information
#18ECF1 (or 0x18ECF1) is known color: Bright Turquoise. HEX triplet: 18, EC and F1. RGB value is (24,236,241). Sum of RGB (Red+Green+Blue) = 24+236+241=501 (66% of max value = 765). Red value is 24 (9.77% from 255 or 4.79% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #18ECF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18ECF1 is #E7130E. Grayscale: #ACACAC. Windows color (decimal): -15143695 or 15854616. OLE color: 15854616.
HSL color Cylindrical-coordinate representation of color #18ECF1: hue angle of 181.38º 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 #18ECF1 is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 236 | 241 | - |
| CMYK | 0.90 | 0.02 | 0 | 0.05 |
| HSL | 181.38º | 0.89% | 0.52% | - |
| HSV(B) | 181.38º | 0.9% | 0.95% | - |
| XYZ | 46.25 | 66.54 | 93.62 | - |
| YUV | 173.18 | 166.26 | 21.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 236 | 241 | 0.90 | 0.02 | 0 | 0.05 | 181.38 | 0.89 | 0.52 |
| Hex | 18 | EC | F1 | 5A | 2 | 0 | 5 | B5 | 59 | 34 |
| Octal | 30 | 354 | 361 | 132 | 2 | 0 | 5 | 265 | 131 | 64 |
| Binary | 11000 | 11101100 | 11110001 | 1011010 | 10 | 0 | 101 | 10110101 | 1011001 | 110100 |
Color Harmonies of #18ECF1
Complementary color
Monochromatic Colors of #18ECF1
Black with #18ECF1
Text Example
Text Example
White with #18ECF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ECF1; }
p { color: rgb(24,236,241); }
H1.HeaderClassName
{
color: #18ECF1;
}
.AnyTagClassName
{
color: #18ECF1;
}
</style>
background-color css
<style>
a { background-color: #18ECF1; }
a { background-color: rgb(24,236,241); }
div.DivClassName
{
background-color: #18ECF1;
}
.BgClassName
{
background-color: #18ECF1;
}
</style>
border-color css
<style>
span { border-color: #18ECF1; }
span { border-color: rgb(24,236,241); }
td.TdClassName
{
border-color: #18ECF1;
}
.TagClassName
{
border-color: #18ECF1;
}
</style>