Shades of Bright Turquoise #18ECD8
Tints of Bright Turquoise #18ECD8
RGB
CMYK
RGB Variations
Color information
#18ECD8 (or 0x18ECD8) is known color: Bright Turquoise. HEX triplet: 18, EC and D8. RGB value is (24,236,216). Sum of RGB (Red+Green+Blue) = 24+236+216=476 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5.04% from 476); Green value is 236 (92.58% from 255 or 49.58% from 476); Blue value is 216 (84.77% from 255 or 45.38% from 476); Max value from RGB is 236 - color contains mainly: green. Hex color #18ECD8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18ECD8 is #E71327. Grayscale: #AAAAAA. Windows color (decimal): -15143720 or 14216216. OLE color: 14216216.
HSL color Cylindrical-coordinate representation of color #18ECD8: hue angle of 174.34º degrees, saturation: 0.85, 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 #18ECD8 is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 236 | 216 | - |
| CMYK | 0.90 | 0 | 0.08 | 0.07 |
| HSL | 174.34º | 0.85% | 0.51% | - |
| HSV(B) | 174.34º | 0.9% | 0.93% | - |
| XYZ | 42.77 | 65.14 | 75.29 | - |
| YUV | 170.33 | 153.76 | 23.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 236 | 216 | 0.90 | 0 | 0.08 | 0.07 | 174.34 | 0.85 | 0.51 |
| Hex | 18 | EC | D8 | 5A | 0 | 8 | 7 | AE | 55 | 33 |
| Octal | 30 | 354 | 330 | 132 | 0 | 10 | 7 | 256 | 125 | 63 |
| Binary | 11000 | 11101100 | 11011000 | 1011010 | 0 | 1000 | 111 | 10101110 | 1010101 | 110011 |
Color Harmonies of #18ECD8
Complementary color
Monochromatic Colors of #18ECD8
Black with #18ECD8
Text Example
Text Example
White with #18ECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ECD8; }
p { color: rgb(24,236,216); }
H1.HeaderClassName
{
color: #18ECD8;
}
.AnyTagClassName
{
color: #18ECD8;
}
</style>
background-color css
<style>
a { background-color: #18ECD8; }
a { background-color: rgb(24,236,216); }
div.DivClassName
{
background-color: #18ECD8;
}
.BgClassName
{
background-color: #18ECD8;
}
</style>
border-color css
<style>
span { border-color: #18ECD8; }
span { border-color: rgb(24,236,216); }
td.TdClassName
{
border-color: #18ECD8;
}
.TagClassName
{
border-color: #18ECD8;
}
</style>