Shades of Bright Turquoise #18EDD0
Tints of Bright Turquoise #18EDD0
RGB
CMYK
RGB Variations
Color information
#18EDD0 (or 0x18EDD0) is known color: Bright Turquoise. HEX triplet: 18, ED and D0. RGB value is (24,237,208). Sum of RGB (Red+Green+Blue) = 24+237+208=469 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.12% from 469); Green value is 237 (92.97% from 255 or 50.53% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 237 - color contains mainly: green. Hex color #18EDD0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EDD0 is #E7122F. Grayscale: #A9A9A9. Windows color (decimal): -15143472 or 13692184. OLE color: 13692184.
HSL color Cylindrical-coordinate representation of color #18EDD0: hue angle of 171.83º 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 #18EDD0 is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 237 | 208 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.07 |
| HSL | 171.83º | 0.86% | 0.51% | - |
| HSV(B) | 171.83º | 0.9% | 0.93% | - |
| XYZ | 42.05 | 65.32 | 70.07 | - |
| YUV | 170.01 | 149.43 | 23.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 237 | 208 | 0.90 | 0 | 0.12 | 0.07 | 171.83 | 0.86 | 0.51 |
| Hex | 18 | ED | D0 | 5A | 0 | C | 7 | AC | 56 | 33 |
| Octal | 30 | 355 | 320 | 132 | 0 | 14 | 7 | 254 | 126 | 63 |
| Binary | 11000 | 11101101 | 11010000 | 1011010 | 0 | 1100 | 111 | 10101100 | 1010110 | 110011 |
Color Harmonies of #18EDD0
Complementary color
Monochromatic Colors of #18EDD0
Black with #18EDD0
Text Example
Text Example
White with #18EDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EDD0; }
p { color: rgb(24,237,208); }
H1.HeaderClassName
{
color: #18EDD0;
}
.AnyTagClassName
{
color: #18EDD0;
}
</style>
background-color css
<style>
a { background-color: #18EDD0; }
a { background-color: rgb(24,237,208); }
div.DivClassName
{
background-color: #18EDD0;
}
.BgClassName
{
background-color: #18EDD0;
}
</style>
border-color css
<style>
span { border-color: #18EDD0; }
span { border-color: rgb(24,237,208); }
td.TdClassName
{
border-color: #18EDD0;
}
.TagClassName
{
border-color: #18EDD0;
}
</style>