Shades of Bright Turquoise #18EBDC
Tints of Bright Turquoise #18EBDC
RGB
CMYK
RGB Variations
Color information
#18EBDC (or 0x18EBDC) is known color: Bright Turquoise. HEX triplet: 18, EB and DC. RGB value is (24,235,220). Sum of RGB (Red+Green+Blue) = 24+235+220=479 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5.01% from 479); Green value is 235 (92.19% from 255 or 49.06% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 235 - color contains mainly: green. Hex color #18EBDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EBDC is #E71423. Grayscale: #AAAAAA. Windows color (decimal): -15143972 or 14478104. OLE color: 14478104.
HSL color Cylindrical-coordinate representation of color #18EBDC: hue angle of 175.73º 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 #18EBDC is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 235 | 220 | - |
| CMYK | 0.90 | 0 | 0.06 | 0.08 |
| HSL | 175.73º | 0.84% | 0.51% | - |
| HSV(B) | 175.73º | 0.9% | 0.92% | - |
| XYZ | 43 | 64.78 | 77.95 | - |
| YUV | 170.2 | 156.1 | 23.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 235 | 220 | 0.90 | 0 | 0.06 | 0.08 | 175.73 | 0.84 | 0.51 |
| Hex | 18 | EB | DC | 5A | 0 | 6 | 8 | B0 | 54 | 33 |
| Octal | 30 | 353 | 334 | 132 | 0 | 6 | 10 | 260 | 124 | 63 |
| Binary | 11000 | 11101011 | 11011100 | 1011010 | 0 | 110 | 1000 | 10110000 | 1010100 | 110011 |
Color Harmonies of #18EBDC
Complementary color
Monochromatic Colors of #18EBDC
Black with #18EBDC
Text Example
Text Example
White with #18EBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EBDC; }
p { color: rgb(24,235,220); }
H1.HeaderClassName
{
color: #18EBDC;
}
.AnyTagClassName
{
color: #18EBDC;
}
</style>
background-color css
<style>
a { background-color: #18EBDC; }
a { background-color: rgb(24,235,220); }
div.DivClassName
{
background-color: #18EBDC;
}
.BgClassName
{
background-color: #18EBDC;
}
</style>
border-color css
<style>
span { border-color: #18EBDC; }
span { border-color: rgb(24,235,220); }
td.TdClassName
{
border-color: #18EBDC;
}
.TagClassName
{
border-color: #18EBDC;
}
</style>