Shades of Bright Turquoise #18ECD4
Tints of Bright Turquoise #18ECD4
RGB
CMYK
RGB Variations
Color information
#18ECD4 (or 0x18ECD4) is known color: Bright Turquoise. HEX triplet: 18, EC and D4. RGB value is (24,236,212). Sum of RGB (Red+Green+Blue) = 24+236+212=472 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.08% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 212 (83.20% from 255 or 44.92% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #18ECD4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18ECD4 is #E7132B. Grayscale: #A9A9A9. Windows color (decimal): -15143724 or 13954072. OLE color: 13954072.
HSL color Cylindrical-coordinate representation of color #18ECD4: hue angle of 173.21º 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 #18ECD4 is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 236 | 212 | - |
| CMYK | 0.90 | 0 | 0.10 | 0.07 |
| HSL | 173.21º | 0.85% | 0.51% | - |
| HSV(B) | 173.21º | 0.9% | 0.93% | - |
| XYZ | 42.26 | 64.94 | 72.59 | - |
| YUV | 169.88 | 151.76 | 23.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 236 | 212 | 0.90 | 0 | 0.10 | 0.07 | 173.21 | 0.85 | 0.51 |
| Hex | 18 | EC | D4 | 5A | 0 | A | 7 | AD | 55 | 33 |
| Octal | 30 | 354 | 324 | 132 | 0 | 12 | 7 | 255 | 125 | 63 |
| Binary | 11000 | 11101100 | 11010100 | 1011010 | 0 | 1010 | 111 | 10101101 | 1010101 | 110011 |
Color Harmonies of #18ECD4
Complementary color
Monochromatic Colors of #18ECD4
Black with #18ECD4
Text Example
Text Example
White with #18ECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ECD4; }
p { color: rgb(24,236,212); }
H1.HeaderClassName
{
color: #18ECD4;
}
.AnyTagClassName
{
color: #18ECD4;
}
</style>
background-color css
<style>
a { background-color: #18ECD4; }
a { background-color: rgb(24,236,212); }
div.DivClassName
{
background-color: #18ECD4;
}
.BgClassName
{
background-color: #18ECD4;
}
</style>
border-color css
<style>
span { border-color: #18ECD4; }
span { border-color: rgb(24,236,212); }
td.TdClassName
{
border-color: #18ECD4;
}
.TagClassName
{
border-color: #18ECD4;
}
</style>