Shades of Bright Turquoise #18ECE3
Tints of Bright Turquoise #18ECE3
RGB
CMYK
RGB Variations
Color information
#18ECE3 (or 0x18ECE3) is known color: Bright Turquoise. HEX triplet: 18, EC and E3. RGB value is (24,236,227). Sum of RGB (Red+Green+Blue) = 24+236+227=487 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.93% from 487); Green value is 236 (92.58% from 255 or 48.46% from 487); Blue value is 227 (89.06% from 255 or 46.61% from 487); Max value from RGB is 236 - color contains mainly: green. Hex color #18ECE3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18ECE3 is #E7131C. Grayscale: #ABABAB. Windows color (decimal): -15143709 or 14937112. OLE color: 14937112.
HSL color Cylindrical-coordinate representation of color #18ECE3: hue angle of 177.45º 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 #18ECE3 is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 236 | 227 | - |
| CMYK | 0.90 | 0 | 0.04 | 0.07 |
| HSL | 177.45º | 0.85% | 0.51% | - |
| HSV(B) | 177.45º | 0.9% | 0.93% | - |
| XYZ | 44.24 | 65.73 | 83.03 | - |
| YUV | 171.59 | 159.26 | 22.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 236 | 227 | 0.90 | 0 | 0.04 | 0.07 | 177.45 | 0.85 | 0.51 |
| Hex | 18 | EC | E3 | 5A | 0 | 4 | 7 | B1 | 55 | 33 |
| Octal | 30 | 354 | 343 | 132 | 0 | 4 | 7 | 261 | 125 | 63 |
| Binary | 11000 | 11101100 | 11100011 | 1011010 | 0 | 100 | 111 | 10110001 | 1010101 | 110011 |
Color Harmonies of #18ECE3
Complementary color
Monochromatic Colors of #18ECE3
Black with #18ECE3
Text Example
Text Example
White with #18ECE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ECE3; }
p { color: rgb(24,236,227); }
H1.HeaderClassName
{
color: #18ECE3;
}
.AnyTagClassName
{
color: #18ECE3;
}
</style>
background-color css
<style>
a { background-color: #18ECE3; }
a { background-color: rgb(24,236,227); }
div.DivClassName
{
background-color: #18ECE3;
}
.BgClassName
{
background-color: #18ECE3;
}
</style>
border-color css
<style>
span { border-color: #18ECE3; }
span { border-color: rgb(24,236,227); }
td.TdClassName
{
border-color: #18ECE3;
}
.TagClassName
{
border-color: #18ECE3;
}
</style>