Shades of Bright Turquoise #18EEED
Tints of Bright Turquoise #18EEED
RGB
CMYK
RGB Variations
Color information
#18EEED (or 0x18EEED) is known color: Bright Turquoise. HEX triplet: 18, EE and ED. RGB value is (24,238,237). Sum of RGB (Red+Green+Blue) = 24+238+237=499 (66% of max value = 765). Red value is 24 (9.77% from 255 or 4.81% from 499); Green value is 238 (93.36% from 255 or 47.70% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 238 - color contains mainly: green. Hex color #18EEED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18EEED is #E71112. Grayscale: #ADADAD. Windows color (decimal): -15143187 or 15592984. OLE color: 15592984.
HSL color Cylindrical-coordinate representation of color #18EEED: hue angle of 179.72º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EEED is Cyan = 0.90, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 238 | 237 | - |
| CMYK | 0.90 | 0 | 0.00 | 0.07 |
| HSL | 179.72º | 0.86% | 0.51% | - |
| HSV(B) | 179.72º | 0.9% | 0.93% | - |
| XYZ | 46.24 | 67.46 | 90.7 | - |
| YUV | 173.9 | 163.6 | 21.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 238 | 237 | 0.90 | 0 | 0.00 | 0.07 | 179.72 | 0.86 | 0.51 |
| Hex | 18 | EE | ED | 5A | 0 | 0 | 7 | B4 | 56 | 33 |
| Octal | 30 | 356 | 355 | 132 | 0 | 0 | 7 | 264 | 126 | 63 |
| Binary | 11000 | 11101110 | 11101101 | 1011010 | 0 | 0 | 111 | 10110100 | 1010110 | 110011 |
Color Harmonies of #18EEED
Complementary color
Monochromatic Colors of #18EEED
Black with #18EEED
Text Example
Text Example
White with #18EEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EEED; }
p { color: rgb(24,238,237); }
H1.HeaderClassName
{
color: #18EEED;
}
.AnyTagClassName
{
color: #18EEED;
}
</style>
background-color css
<style>
a { background-color: #18EEED; }
a { background-color: rgb(24,238,237); }
div.DivClassName
{
background-color: #18EEED;
}
.BgClassName
{
background-color: #18EEED;
}
</style>
border-color css
<style>
span { border-color: #18EEED; }
span { border-color: rgb(24,238,237); }
td.TdClassName
{
border-color: #18EEED;
}
.TagClassName
{
border-color: #18EEED;
}
</style>