Shades of Bright Turquoise #18FEC7
Tints of Bright Turquoise #18FEC7
RGB
CMYK
RGB Variations
Color information
#18FEC7 (or 0x18FEC7) is known color: Bright Turquoise. HEX triplet: 18, FE and C7. RGB value is (24,254,199). Sum of RGB (Red+Green+Blue) = 24+254+199=477 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5.03% from 477); Green value is 254 (99.61% from 255 or 53.25% from 477); Blue value is 199 (78.12% from 255 or 41.72% from 477); Max value from RGB is 254 - color contains mainly: green. Hex color #18FEC7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FEC7 is #E70138. Grayscale: #B2B2B2. Windows color (decimal): -15139129 or 13106712. OLE color: 13106712.
HSL color Cylindrical-coordinate representation of color #18FEC7: hue angle of 165.65º 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 #18FEC7 is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 254 | 199 | - |
| CMYK | 0.91 | 0 | 0.22 | 0.00 |
| HSL | 165.65º | 0.99% | 0.55% | - |
| HSV(B) | 165.65º | 0.91% | 1% | - |
| XYZ | 46.13 | 75.2 | 66.12 | - |
| YUV | 178.96 | 139.3 | 17.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 254 | 199 | 0.91 | 0 | 0.22 | 0.00 | 165.65 | 0.99 | 0.55 |
| Hex | 18 | FE | C7 | 5B | 0 | 16 | 0 | A6 | 63 | 37 |
| Octal | 30 | 376 | 307 | 133 | 0 | 26 | 0 | 246 | 143 | 67 |
| Binary | 11000 | 11111110 | 11000111 | 1011011 | 0 | 10110 | 0 | 10100110 | 1100011 | 110111 |
Color Harmonies of #18FEC7
Complementary color
Monochromatic Colors of #18FEC7
Black with #18FEC7
Text Example
Text Example
White with #18FEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FEC7; }
p { color: rgb(24,254,199); }
H1.HeaderClassName
{
color: #18FEC7;
}
.AnyTagClassName
{
color: #18FEC7;
}
</style>
background-color css
<style>
a { background-color: #18FEC7; }
a { background-color: rgb(24,254,199); }
div.DivClassName
{
background-color: #18FEC7;
}
.BgClassName
{
background-color: #18FEC7;
}
</style>
border-color css
<style>
span { border-color: #18FEC7; }
span { border-color: rgb(24,254,199); }
td.TdClassName
{
border-color: #18FEC7;
}
.TagClassName
{
border-color: #18FEC7;
}
</style>