Shades of Bright Turquoise #18EDCE
Tints of Bright Turquoise #18EDCE
RGB
CMYK
RGB Variations
Color information
#18EDCE (or 0x18EDCE) is known color: Bright Turquoise. HEX triplet: 18, ED and CE. RGB value is (24,237,206). Sum of RGB (Red+Green+Blue) = 24+237+206=467 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.14% from 467); Green value is 237 (92.97% from 255 or 50.75% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 237 - color contains mainly: green. Hex color #18EDCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EDCE is #E71231. Grayscale: #A9A9A9. Windows color (decimal): -15143474 or 13561112. OLE color: 13561112.
HSL color Cylindrical-coordinate representation of color #18EDCE: hue angle of 171.27º 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 #18EDCE is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 237 | 206 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.07 |
| HSL | 171.27º | 0.86% | 0.51% | - |
| HSV(B) | 171.27º | 0.9% | 0.93% | - |
| XYZ | 41.8 | 65.22 | 68.78 | - |
| YUV | 169.78 | 148.43 | 24.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 237 | 206 | 0.90 | 0 | 0.13 | 0.07 | 171.27 | 0.86 | 0.51 |
| Hex | 18 | ED | CE | 5A | 0 | D | 7 | AB | 56 | 33 |
| Octal | 30 | 355 | 316 | 132 | 0 | 15 | 7 | 253 | 126 | 63 |
| Binary | 11000 | 11101101 | 11001110 | 1011010 | 0 | 1101 | 111 | 10101011 | 1010110 | 110011 |
Color Harmonies of #18EDCE
Complementary color
Monochromatic Colors of #18EDCE
Black with #18EDCE
Text Example
Text Example
White with #18EDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EDCE; }
p { color: rgb(24,237,206); }
H1.HeaderClassName
{
color: #18EDCE;
}
.AnyTagClassName
{
color: #18EDCE;
}
</style>
background-color css
<style>
a { background-color: #18EDCE; }
a { background-color: rgb(24,237,206); }
div.DivClassName
{
background-color: #18EDCE;
}
.BgClassName
{
background-color: #18EDCE;
}
</style>
border-color css
<style>
span { border-color: #18EDCE; }
span { border-color: rgb(24,237,206); }
td.TdClassName
{
border-color: #18EDCE;
}
.TagClassName
{
border-color: #18EDCE;
}
</style>