Shades of Bright Turquoise #18E6ED
Tints of Bright Turquoise #18E6ED
RGB
CMYK
RGB Variations
Color information
#18E6ED (or 0x18E6ED) is known color: Bright Turquoise. HEX triplet: 18, E6 and ED. RGB value is (24,230,237). Sum of RGB (Red+Green+Blue) = 24+230+237=491 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.89% from 491); Green value is 230 (90.23% from 255 or 46.84% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #18E6ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18E6ED is #E71912. Grayscale: #A8A8A8. Windows color (decimal): -15145235 or 15590936. OLE color: 15590936.
HSL color Cylindrical-coordinate representation of color #18E6ED: hue angle of 181.97º 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 #18E6ED is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 230 | 237 | - |
| CMYK | 0.90 | 0.03 | 0 | 0.07 |
| HSL | 181.97º | 0.86% | 0.51% | - |
| HSV(B) | 181.97º | 0.9% | 0.93% | - |
| XYZ | 43.96 | 62.9 | 89.95 | - |
| YUV | 169.2 | 166.25 | 24.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 230 | 237 | 0.90 | 0.03 | 0 | 0.07 | 181.97 | 0.86 | 0.51 |
| Hex | 18 | E6 | ED | 5A | 3 | 0 | 7 | B6 | 56 | 33 |
| Octal | 30 | 346 | 355 | 132 | 3 | 0 | 7 | 266 | 126 | 63 |
| Binary | 11000 | 11100110 | 11101101 | 1011010 | 11 | 0 | 111 | 10110110 | 1010110 | 110011 |
Color Harmonies of #18E6ED
Complementary color
Monochromatic Colors of #18E6ED
Black with #18E6ED
Text Example
Text Example
White with #18E6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E6ED; }
p { color: rgb(24,230,237); }
H1.HeaderClassName
{
color: #18E6ED;
}
.AnyTagClassName
{
color: #18E6ED;
}
</style>
background-color css
<style>
a { background-color: #18E6ED; }
a { background-color: rgb(24,230,237); }
div.DivClassName
{
background-color: #18E6ED;
}
.BgClassName
{
background-color: #18E6ED;
}
</style>
border-color css
<style>
span { border-color: #18E6ED; }
span { border-color: rgb(24,230,237); }
td.TdClassName
{
border-color: #18E6ED;
}
.TagClassName
{
border-color: #18E6ED;
}
</style>