Shades of Bright Turquoise #18ECDC
Tints of Bright Turquoise #18ECDC
RGB
CMYK
RGB Variations
Color information
#18ECDC (or 0x18ECDC) is known color: Bright Turquoise. HEX triplet: 18, EC and DC. RGB value is (24,236,220). Sum of RGB (Red+Green+Blue) = 24+236+220=480 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5% from 480); Green value is 236 (92.58% from 255 or 49.17% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 236 - color contains mainly: green. Hex color #18ECDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18ECDC is #E71323. Grayscale: #AAAAAA. Windows color (decimal): -15143716 or 14478360. OLE color: 14478360.
HSL color Cylindrical-coordinate representation of color #18ECDC: hue angle of 175.47º 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 #18ECDC is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 236 | 220 | - |
| CMYK | 0.90 | 0 | 0.07 | 0.07 |
| HSL | 175.47º | 0.85% | 0.51% | - |
| HSV(B) | 175.47º | 0.9% | 0.93% | - |
| XYZ | 43.29 | 65.35 | 78.04 | - |
| YUV | 170.79 | 155.76 | 23.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 236 | 220 | 0.90 | 0 | 0.07 | 0.07 | 175.47 | 0.85 | 0.51 |
| Hex | 18 | EC | DC | 5A | 0 | 7 | 7 | AF | 55 | 33 |
| Octal | 30 | 354 | 334 | 132 | 0 | 7 | 7 | 257 | 125 | 63 |
| Binary | 11000 | 11101100 | 11011100 | 1011010 | 0 | 111 | 111 | 10101111 | 1010101 | 110011 |
Color Harmonies of #18ECDC
Complementary color
Monochromatic Colors of #18ECDC
Black with #18ECDC
Text Example
Text Example
White with #18ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ECDC; }
p { color: rgb(24,236,220); }
H1.HeaderClassName
{
color: #18ECDC;
}
.AnyTagClassName
{
color: #18ECDC;
}
</style>
background-color css
<style>
a { background-color: #18ECDC; }
a { background-color: rgb(24,236,220); }
div.DivClassName
{
background-color: #18ECDC;
}
.BgClassName
{
background-color: #18ECDC;
}
</style>
border-color css
<style>
span { border-color: #18ECDC; }
span { border-color: rgb(24,236,220); }
td.TdClassName
{
border-color: #18ECDC;
}
.TagClassName
{
border-color: #18ECDC;
}
</style>