Shades of Bright Turquoise #18FEEC
Tints of Bright Turquoise #18FEEC
RGB
CMYK
RGB Variations
Color information
#18FEEC (or 0x18FEEC) is known color: Bright Turquoise. HEX triplet: 18, FE and EC. RGB value is (24,254,236). Sum of RGB (Red+Green+Blue) = 24+254+236=514 (68% of max value = 765). Red value is 24 (9.77% from 255 or 4.67% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #18FEEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18FEEC is #E70113. Grayscale: #B7B7B7. Windows color (decimal): -15139092 or 15531544. OLE color: 15531544.
HSL color Cylindrical-coordinate representation of color #18FEEC: hue angle of 175.3º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FEEC is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 254 | 236 | - |
| CMYK | 0.91 | 0 | 0.07 | 0.00 |
| HSL | 175.3º | 0.99% | 0.55% | - |
| HSV(B) | 175.3º | 0.91% | 1% | - |
| XYZ | 50.96 | 77.13 | 91.56 | - |
| YUV | 183.18 | 157.8 | 14.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 254 | 236 | 0.91 | 0 | 0.07 | 0.00 | 175.3 | 0.99 | 0.55 |
| Hex | 18 | FE | EC | 5B | 0 | 7 | 0 | AF | 63 | 37 |
| Octal | 30 | 376 | 354 | 133 | 0 | 7 | 0 | 257 | 143 | 67 |
| Binary | 11000 | 11111110 | 11101100 | 1011011 | 0 | 111 | 0 | 10101111 | 1100011 | 110111 |
Color Harmonies of #18FEEC
Complementary color
Monochromatic Colors of #18FEEC
Black with #18FEEC
Text Example
Text Example
White with #18FEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FEEC; }
p { color: rgb(24,254,236); }
H1.HeaderClassName
{
color: #18FEEC;
}
.AnyTagClassName
{
color: #18FEEC;
}
</style>
background-color css
<style>
a { background-color: #18FEEC; }
a { background-color: rgb(24,254,236); }
div.DivClassName
{
background-color: #18FEEC;
}
.BgClassName
{
background-color: #18FEEC;
}
</style>
border-color css
<style>
span { border-color: #18FEEC; }
span { border-color: rgb(24,254,236); }
td.TdClassName
{
border-color: #18FEEC;
}
.TagClassName
{
border-color: #18FEEC;
}
</style>