Shades of Bright Turquoise #18FEE7
Tints of Bright Turquoise #18FEE7
RGB
CMYK
RGB Variations
Color information
#18FEE7 (or 0x18FEE7) is known color: Bright Turquoise. HEX triplet: 18, FE and E7. RGB value is (24,254,231). Sum of RGB (Red+Green+Blue) = 24+254+231=509 (67% of max value = 765). Red value is 24 (9.77% from 255 or 4.72% from 509); Green value is 254 (99.61% from 255 or 49.90% from 509); Blue value is 231 (90.62% from 255 or 45.38% from 509); Max value from RGB is 254 - color contains mainly: green. Hex color #18FEE7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18FEE7 is #E70118. Grayscale: #B6B6B6. Windows color (decimal): -15139097 or 15203864. OLE color: 15203864.
HSL color Cylindrical-coordinate representation of color #18FEE7: hue angle of 174º 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 #18FEE7 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 254 | 231 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.00 |
| HSL | 174º | 0.99% | 0.55% | - |
| HSV(B) | 174º | 0.91% | 1% | - |
| XYZ | 50.24 | 76.85 | 87.79 | - |
| YUV | 182.61 | 155.3 | 14.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 254 | 231 | 0.91 | 0 | 0.09 | 0.00 | 174 | 0.99 | 0.55 |
| Hex | 18 | FE | E7 | 5B | 0 | 9 | 0 | AE | 63 | 37 |
| Octal | 30 | 376 | 347 | 133 | 0 | 11 | 0 | 256 | 143 | 67 |
| Binary | 11000 | 11111110 | 11100111 | 1011011 | 0 | 1001 | 0 | 10101110 | 1100011 | 110111 |
Color Harmonies of #18FEE7
Complementary color
Monochromatic Colors of #18FEE7
Black with #18FEE7
Text Example
Text Example
White with #18FEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FEE7; }
p { color: rgb(24,254,231); }
H1.HeaderClassName
{
color: #18FEE7;
}
.AnyTagClassName
{
color: #18FEE7;
}
</style>
background-color css
<style>
a { background-color: #18FEE7; }
a { background-color: rgb(24,254,231); }
div.DivClassName
{
background-color: #18FEE7;
}
.BgClassName
{
background-color: #18FEE7;
}
</style>
border-color css
<style>
span { border-color: #18FEE7; }
span { border-color: rgb(24,254,231); }
td.TdClassName
{
border-color: #18FEE7;
}
.TagClassName
{
border-color: #18FEE7;
}
</style>