Shades of Bright Turquoise #18F4EF
Tints of Bright Turquoise #18F4EF
RGB
CMYK
RGB Variations
Color information
#18F4EF (or 0x18F4EF) is known color: Bright Turquoise. HEX triplet: 18, F4 and EF. RGB value is (24,244,239). Sum of RGB (Red+Green+Blue) = 24+244+239=507 (67% of max value = 765). Red value is 24 (9.77% from 255 or 4.73% from 507); Green value is 244 (95.70% from 255 or 48.13% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 244 - color contains mainly: green. Hex color #18F4EF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18F4EF is #E70B10. Grayscale: #B1B1B1. Windows color (decimal): -15141649 or 15725592. OLE color: 15725592.
HSL color Cylindrical-coordinate representation of color #18F4EF: hue angle of 178.64º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F4EF is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 244 | 239 | - |
| CMYK | 0.90 | 0 | 0.02 | 0.04 |
| HSL | 178.64º | 0.91% | 0.53% | - |
| HSV(B) | 178.64º | 0.9% | 0.96% | - |
| XYZ | 48.31 | 71.13 | 92.84 | - |
| YUV | 177.65 | 162.61 | 18.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 244 | 239 | 0.90 | 0 | 0.02 | 0.04 | 178.64 | 0.91 | 0.53 |
| Hex | 18 | F4 | EF | 5A | 0 | 2 | 4 | B3 | 5B | 35 |
| Octal | 30 | 364 | 357 | 132 | 0 | 2 | 4 | 263 | 133 | 65 |
| Binary | 11000 | 11110100 | 11101111 | 1011010 | 0 | 10 | 100 | 10110011 | 1011011 | 110101 |
Color Harmonies of #18F4EF
Complementary color
Monochromatic Colors of #18F4EF
Black with #18F4EF
Text Example
Text Example
White with #18F4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F4EF; }
p { color: rgb(24,244,239); }
H1.HeaderClassName
{
color: #18F4EF;
}
.AnyTagClassName
{
color: #18F4EF;
}
</style>
background-color css
<style>
a { background-color: #18F4EF; }
a { background-color: rgb(24,244,239); }
div.DivClassName
{
background-color: #18F4EF;
}
.BgClassName
{
background-color: #18F4EF;
}
</style>
border-color css
<style>
span { border-color: #18F4EF; }
span { border-color: rgb(24,244,239); }
td.TdClassName
{
border-color: #18F4EF;
}
.TagClassName
{
border-color: #18F4EF;
}
</style>