Shades of Bright Turquoise #18FECC
Tints of Bright Turquoise #18FECC
RGB
CMYK
RGB Variations
Color information
#18FECC (or 0x18FECC) is known color: Bright Turquoise. HEX triplet: 18, FE and CC. RGB value is (24,254,204). Sum of RGB (Red+Green+Blue) = 24+254+204=482 (63% of max value = 765). Red value is 24 (9.77% from 255 or 4.98% from 482); Green value is 254 (99.61% from 255 or 52.70% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 254 - color contains mainly: green. Hex color #18FECC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FECC is #E70133. Grayscale: #B3B3B3. Windows color (decimal): -15139124 or 13434392. OLE color: 13434392.
HSL color Cylindrical-coordinate representation of color #18FECC: hue angle of 166.96º 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 #18FECC is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 254 | 204 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.00 |
| HSL | 166.96º | 0.99% | 0.55% | - |
| HSV(B) | 166.96º | 0.91% | 1% | - |
| XYZ | 46.72 | 75.44 | 69.23 | - |
| YUV | 179.53 | 141.8 | 17.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 254 | 204 | 0.91 | 0 | 0.20 | 0.00 | 166.96 | 0.99 | 0.55 |
| Hex | 18 | FE | CC | 5B | 0 | 14 | 0 | A7 | 63 | 37 |
| Octal | 30 | 376 | 314 | 133 | 0 | 24 | 0 | 247 | 143 | 67 |
| Binary | 11000 | 11111110 | 11001100 | 1011011 | 0 | 10100 | 0 | 10100111 | 1100011 | 110111 |
Color Harmonies of #18FECC
Complementary color
Monochromatic Colors of #18FECC
Black with #18FECC
Text Example
Text Example
White with #18FECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FECC; }
p { color: rgb(24,254,204); }
H1.HeaderClassName
{
color: #18FECC;
}
.AnyTagClassName
{
color: #18FECC;
}
</style>
background-color css
<style>
a { background-color: #18FECC; }
a { background-color: rgb(24,254,204); }
div.DivClassName
{
background-color: #18FECC;
}
.BgClassName
{
background-color: #18FECC;
}
</style>
border-color css
<style>
span { border-color: #18FECC; }
span { border-color: rgb(24,254,204); }
td.TdClassName
{
border-color: #18FECC;
}
.TagClassName
{
border-color: #18FECC;
}
</style>