Shades of Bright Turquoise #18E8EB
Tints of Bright Turquoise #18E8EB
RGB
CMYK
RGB Variations
Color information
#18E8EB (or 0x18E8EB) is known color: Bright Turquoise. HEX triplet: 18, E8 and EB. RGB value is (24,232,235). Sum of RGB (Red+Green+Blue) = 24+232+235=491 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.89% from 491); Green value is 232 (91.02% from 255 or 47.25% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #18E8EB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18E8EB is #E71714. Grayscale: #A9A9A9. Windows color (decimal): -15144725 or 15460376. OLE color: 15460376.
HSL color Cylindrical-coordinate representation of color #18E8EB: hue angle of 180.85º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18E8EB is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 232 | 235 | - |
| CMYK | 0.90 | 0.01 | 0 | 0.08 |
| HSL | 180.85º | 0.84% | 0.51% | - |
| HSV(B) | 180.85º | 0.9% | 0.92% | - |
| XYZ | 44.23 | 63.91 | 88.6 | - |
| YUV | 170.15 | 164.59 | 23.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 232 | 235 | 0.90 | 0.01 | 0 | 0.08 | 180.85 | 0.84 | 0.51 |
| Hex | 18 | E8 | EB | 5A | 1 | 0 | 8 | B5 | 54 | 33 |
| Octal | 30 | 350 | 353 | 132 | 1 | 0 | 10 | 265 | 124 | 63 |
| Binary | 11000 | 11101000 | 11101011 | 1011010 | 1 | 0 | 1000 | 10110101 | 1010100 | 110011 |
Color Harmonies of #18E8EB
Complementary color
Monochromatic Colors of #18E8EB
Black with #18E8EB
Text Example
Text Example
White with #18E8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E8EB; }
p { color: rgb(24,232,235); }
H1.HeaderClassName
{
color: #18E8EB;
}
.AnyTagClassName
{
color: #18E8EB;
}
</style>
background-color css
<style>
a { background-color: #18E8EB; }
a { background-color: rgb(24,232,235); }
div.DivClassName
{
background-color: #18E8EB;
}
.BgClassName
{
background-color: #18E8EB;
}
</style>
border-color css
<style>
span { border-color: #18E8EB; }
span { border-color: rgb(24,232,235); }
td.TdClassName
{
border-color: #18E8EB;
}
.TagClassName
{
border-color: #18E8EB;
}
</style>