Shades of Bright Turquoise #18EBED
Tints of Bright Turquoise #18EBED
RGB
CMYK
RGB Variations
Color information
#18EBED (or 0x18EBED) is known color: Bright Turquoise. HEX triplet: 18, EB and ED. RGB value is (24,235,237). Sum of RGB (Red+Green+Blue) = 24+235+237=496 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.84% from 496); Green value is 235 (92.19% from 255 or 47.38% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #18EBED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18EBED is #E71412. Grayscale: #ABABAB. Windows color (decimal): -15143955 or 15592216. OLE color: 15592216.
HSL color Cylindrical-coordinate representation of color #18EBED: hue angle of 180.56º 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 #18EBED is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 235 | 237 | - |
| CMYK | 0.90 | 0.01 | 0 | 0.07 |
| HSL | 180.56º | 0.86% | 0.51% | - |
| HSV(B) | 180.56º | 0.9% | 0.93% | - |
| XYZ | 45.37 | 65.73 | 90.42 | - |
| YUV | 172.14 | 164.6 | 22.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 235 | 237 | 0.90 | 0.01 | 0 | 0.07 | 180.56 | 0.86 | 0.51 |
| Hex | 18 | EB | ED | 5A | 1 | 0 | 7 | B5 | 56 | 33 |
| Octal | 30 | 353 | 355 | 132 | 1 | 0 | 7 | 265 | 126 | 63 |
| Binary | 11000 | 11101011 | 11101101 | 1011010 | 1 | 0 | 111 | 10110101 | 1010110 | 110011 |
Color Harmonies of #18EBED
Complementary color
Monochromatic Colors of #18EBED
Black with #18EBED
Text Example
Text Example
White with #18EBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EBED; }
p { color: rgb(24,235,237); }
H1.HeaderClassName
{
color: #18EBED;
}
.AnyTagClassName
{
color: #18EBED;
}
</style>
background-color css
<style>
a { background-color: #18EBED; }
a { background-color: rgb(24,235,237); }
div.DivClassName
{
background-color: #18EBED;
}
.BgClassName
{
background-color: #18EBED;
}
</style>
border-color css
<style>
span { border-color: #18EBED; }
span { border-color: rgb(24,235,237); }
td.TdClassName
{
border-color: #18EBED;
}
.TagClassName
{
border-color: #18EBED;
}
</style>