Shades of Bright Turquoise #18FED7
Tints of Bright Turquoise #18FED7
RGB
CMYK
RGB Variations
Color information
#18FED7 (or 0x18FED7) is known color: Bright Turquoise. HEX triplet: 18, FE and D7. RGB value is (24,254,215). Sum of RGB (Red+Green+Blue) = 24+254+215=493 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.87% from 493); Green value is 254 (99.61% from 255 or 51.52% from 493); Blue value is 215 (84.38% from 255 or 43.61% from 493); Max value from RGB is 254 - color contains mainly: green. Hex color #18FED7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FED7 is #E70128. Grayscale: #B4B4B4. Windows color (decimal): -15139113 or 14155288. OLE color: 14155288.
HSL color Cylindrical-coordinate representation of color #18FED7: hue angle of 169.83º 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 #18FED7 is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 254 | 215 | - |
| CMYK | 0.91 | 0 | 0.15 | 0.00 |
| HSL | 169.83º | 0.99% | 0.55% | - |
| HSV(B) | 169.83º | 0.91% | 1% | - |
| XYZ | 48.08 | 75.98 | 76.42 | - |
| YUV | 180.78 | 147.3 | 16.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 254 | 215 | 0.91 | 0 | 0.15 | 0.00 | 169.83 | 0.99 | 0.55 |
| Hex | 18 | FE | D7 | 5B | 0 | F | 0 | AA | 63 | 37 |
| Octal | 30 | 376 | 327 | 133 | 0 | 17 | 0 | 252 | 143 | 67 |
| Binary | 11000 | 11111110 | 11010111 | 1011011 | 0 | 1111 | 0 | 10101010 | 1100011 | 110111 |
Color Harmonies of #18FED7
Complementary color
Monochromatic Colors of #18FED7
Black with #18FED7
Text Example
Text Example
White with #18FED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FED7; }
p { color: rgb(24,254,215); }
H1.HeaderClassName
{
color: #18FED7;
}
.AnyTagClassName
{
color: #18FED7;
}
</style>
background-color css
<style>
a { background-color: #18FED7; }
a { background-color: rgb(24,254,215); }
div.DivClassName
{
background-color: #18FED7;
}
.BgClassName
{
background-color: #18FED7;
}
</style>
border-color css
<style>
span { border-color: #18FED7; }
span { border-color: rgb(24,254,215); }
td.TdClassName
{
border-color: #18FED7;
}
.TagClassName
{
border-color: #18FED7;
}
</style>