Shades of Bright Turquoise #18F0ED
Tints of Bright Turquoise #18F0ED
RGB
CMYK
RGB Variations
Color information
#18F0ED (or 0x18F0ED) is known color: Bright Turquoise. HEX triplet: 18, F0 and ED. RGB value is (24,240,237). Sum of RGB (Red+Green+Blue) = 24+240+237=501 (66% of max value = 765). Red value is 24 (9.77% from 255 or 4.79% from 501); Green value is 240 (94.14% from 255 or 47.90% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 240 - color contains mainly: green. Hex color #18F0ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18F0ED is #E70F12. Grayscale: #AEAEAE. Windows color (decimal): -15142675 or 15593496. OLE color: 15593496.
HSL color Cylindrical-coordinate representation of color #18F0ED: hue angle of 179.17º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F0ED is Cyan = 0.9, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 240 | 237 | - |
| CMYK | 0.9 | 0 | 0.01 | 0.06 |
| HSL | 179.17º | 0.88% | 0.52% | - |
| HSV(B) | 179.17º | 0.9% | 0.94% | - |
| XYZ | 46.82 | 68.63 | 90.9 | - |
| YUV | 175.07 | 162.94 | 20.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 240 | 237 | 0.9 | 0 | 0.01 | 0.06 | 179.17 | 0.88 | 0.52 |
| Hex | 18 | F0 | ED | 5A | 0 | 1 | 6 | B3 | 58 | 34 |
| Octal | 30 | 360 | 355 | 132 | 0 | 1 | 6 | 263 | 130 | 64 |
| Binary | 11000 | 11110000 | 11101101 | 1011010 | 0 | 1 | 110 | 10110011 | 1011000 | 110100 |
Color Harmonies of #18F0ED
Complementary color
Monochromatic Colors of #18F0ED
Black with #18F0ED
Text Example
Text Example
White with #18F0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F0ED; }
p { color: rgb(24,240,237); }
H1.HeaderClassName
{
color: #18F0ED;
}
.AnyTagClassName
{
color: #18F0ED;
}
</style>
background-color css
<style>
a { background-color: #18F0ED; }
a { background-color: rgb(24,240,237); }
div.DivClassName
{
background-color: #18F0ED;
}
.BgClassName
{
background-color: #18F0ED;
}
</style>
border-color css
<style>
span { border-color: #18F0ED; }
span { border-color: rgb(24,240,237); }
td.TdClassName
{
border-color: #18F0ED;
}
.TagClassName
{
border-color: #18F0ED;
}
</style>