Shades of Bright Turquoise #18ECCD
Tints of Bright Turquoise #18ECCD
RGB
CMYK
RGB Variations
Color information
#18ECCD (or 0x18ECCD) is known color: Bright Turquoise. HEX triplet: 18, EC and CD. RGB value is (24,236,205). Sum of RGB (Red+Green+Blue) = 24+236+205=465 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.16% from 465); Green value is 236 (92.58% from 255 or 50.75% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 236 - color contains mainly: green. Hex color #18ECCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18ECCD is #E71332. Grayscale: #A8A8A8. Windows color (decimal): -15143731 or 13495320. OLE color: 13495320.
HSL color Cylindrical-coordinate representation of color #18ECCD: hue angle of 171.23º 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 #18ECCD is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 236 | 205 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.07 |
| HSL | 171.23º | 0.85% | 0.51% | - |
| HSV(B) | 171.23º | 0.9% | 0.93% | - |
| XYZ | 41.39 | 64.59 | 68.04 | - |
| YUV | 169.08 | 148.26 | 24.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 236 | 205 | 0.90 | 0 | 0.13 | 0.07 | 171.23 | 0.85 | 0.51 |
| Hex | 18 | EC | CD | 5A | 0 | D | 7 | AB | 55 | 33 |
| Octal | 30 | 354 | 315 | 132 | 0 | 15 | 7 | 253 | 125 | 63 |
| Binary | 11000 | 11101100 | 11001101 | 1011010 | 0 | 1101 | 111 | 10101011 | 1010101 | 110011 |
Color Harmonies of #18ECCD
Complementary color
Monochromatic Colors of #18ECCD
Black with #18ECCD
Text Example
Text Example
White with #18ECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ECCD; }
p { color: rgb(24,236,205); }
H1.HeaderClassName
{
color: #18ECCD;
}
.AnyTagClassName
{
color: #18ECCD;
}
</style>
background-color css
<style>
a { background-color: #18ECCD; }
a { background-color: rgb(24,236,205); }
div.DivClassName
{
background-color: #18ECCD;
}
.BgClassName
{
background-color: #18ECCD;
}
</style>
border-color css
<style>
span { border-color: #18ECCD; }
span { border-color: rgb(24,236,205); }
td.TdClassName
{
border-color: #18ECCD;
}
.TagClassName
{
border-color: #18ECCD;
}
</style>