Shades of Bright Turquoise #18EDEF
Tints of Bright Turquoise #18EDEF
RGB
CMYK
RGB Variations
Color information
#18EDEF (or 0x18EDEF) is known color: Bright Turquoise. HEX triplet: 18, ED and EF. RGB value is (24,237,239). Sum of RGB (Red+Green+Blue) = 24+237+239=500 (66% of max value = 765). Red value is 24 (9.77% from 255 or 4.8% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #18EDEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18EDEF is #E71210. Grayscale: #ADADAD. Windows color (decimal): -15143441 or 15723800. OLE color: 15723800.
HSL color Cylindrical-coordinate representation of color #18EDEF: hue angle of 180.56º degrees, saturation: 0.87, 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 #18EDEF is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 237 | 239 | - |
| CMYK | 0.90 | 0.01 | 0 | 0.06 |
| HSL | 180.56º | 0.87% | 0.52% | - |
| HSV(B) | 180.56º | 0.9% | 0.94% | - |
| XYZ | 46.24 | 66.99 | 92.16 | - |
| YUV | 173.54 | 164.93 | 21.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 237 | 239 | 0.90 | 0.01 | 0 | 0.06 | 180.56 | 0.87 | 0.52 |
| Hex | 18 | ED | EF | 5A | 1 | 0 | 6 | B5 | 57 | 34 |
| Octal | 30 | 355 | 357 | 132 | 1 | 0 | 6 | 265 | 127 | 64 |
| Binary | 11000 | 11101101 | 11101111 | 1011010 | 1 | 0 | 110 | 10110101 | 1010111 | 110100 |
Color Harmonies of #18EDEF
Complementary color
Monochromatic Colors of #18EDEF
Black with #18EDEF
Text Example
Text Example
White with #18EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EDEF; }
p { color: rgb(24,237,239); }
H1.HeaderClassName
{
color: #18EDEF;
}
.AnyTagClassName
{
color: #18EDEF;
}
</style>
background-color css
<style>
a { background-color: #18EDEF; }
a { background-color: rgb(24,237,239); }
div.DivClassName
{
background-color: #18EDEF;
}
.BgClassName
{
background-color: #18EDEF;
}
</style>
border-color css
<style>
span { border-color: #18EDEF; }
span { border-color: rgb(24,237,239); }
td.TdClassName
{
border-color: #18EDEF;
}
.TagClassName
{
border-color: #18EDEF;
}
</style>