Shades of Bright Turquoise #18ECE0
Tints of Bright Turquoise #18ECE0
RGB
CMYK
RGB Variations
Color information
#18ECE0 (or 0x18ECE0) is known color: Bright Turquoise. HEX triplet: 18, EC and E0. RGB value is (24,236,224). Sum of RGB (Red+Green+Blue) = 24+236+224=484 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.96% from 484); Green value is 236 (92.58% from 255 or 48.76% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 236 - color contains mainly: green. Hex color #18ECE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18ECE0 is #E7131F. Grayscale: #ABABAB. Windows color (decimal): -15143712 or 14740504. OLE color: 14740504.
HSL color Cylindrical-coordinate representation of color #18ECE0: hue angle of 176.6º 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 #18ECE0 is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 236 | 224 | - |
| CMYK | 0.90 | 0 | 0.05 | 0.07 |
| HSL | 176.6º | 0.85% | 0.51% | - |
| HSV(B) | 176.6º | 0.9% | 0.93% | - |
| XYZ | 43.83 | 65.57 | 80.87 | - |
| YUV | 171.24 | 157.76 | 22.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 236 | 224 | 0.90 | 0 | 0.05 | 0.07 | 176.6 | 0.85 | 0.51 |
| Hex | 18 | EC | E0 | 5A | 0 | 5 | 7 | B1 | 55 | 33 |
| Octal | 30 | 354 | 340 | 132 | 0 | 5 | 7 | 261 | 125 | 63 |
| Binary | 11000 | 11101100 | 11100000 | 1011010 | 0 | 101 | 111 | 10110001 | 1010101 | 110011 |
Color Harmonies of #18ECE0
Complementary color
Monochromatic Colors of #18ECE0
Black with #18ECE0
Text Example
Text Example
White with #18ECE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ECE0; }
p { color: rgb(24,236,224); }
H1.HeaderClassName
{
color: #18ECE0;
}
.AnyTagClassName
{
color: #18ECE0;
}
</style>
background-color css
<style>
a { background-color: #18ECE0; }
a { background-color: rgb(24,236,224); }
div.DivClassName
{
background-color: #18ECE0;
}
.BgClassName
{
background-color: #18ECE0;
}
</style>
border-color css
<style>
span { border-color: #18ECE0; }
span { border-color: rgb(24,236,224); }
td.TdClassName
{
border-color: #18ECE0;
}
.TagClassName
{
border-color: #18ECE0;
}
</style>