Shades of Bright Turquoise #18EECC
Tints of Bright Turquoise #18EECC
RGB
CMYK
RGB Variations
Color information
#18EECC (or 0x18EECC) is known color: Bright Turquoise. HEX triplet: 18, EE and CC. RGB value is (24,238,204). Sum of RGB (Red+Green+Blue) = 24+238+204=466 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.15% from 466); Green value is 238 (93.36% from 255 or 51.07% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 238 - color contains mainly: green. Hex color #18EECC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EECC is #E71133. Grayscale: #AAAAAA. Windows color (decimal): -15143220 or 13430296. OLE color: 13430296.
HSL color Cylindrical-coordinate representation of color #18EECC: hue angle of 170.47º degrees, saturation: 0.86, 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 #18EECC is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 238 | 204 | - |
| CMYK | 0.90 | 0 | 0.14 | 0.07 |
| HSL | 170.47º | 0.86% | 0.51% | - |
| HSV(B) | 170.47º | 0.9% | 0.93% | - |
| XYZ | 41.85 | 65.7 | 67.6 | - |
| YUV | 170.14 | 147.1 | 23.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 238 | 204 | 0.90 | 0 | 0.14 | 0.07 | 170.47 | 0.86 | 0.51 |
| Hex | 18 | EE | CC | 5A | 0 | E | 7 | AA | 56 | 33 |
| Octal | 30 | 356 | 314 | 132 | 0 | 16 | 7 | 252 | 126 | 63 |
| Binary | 11000 | 11101110 | 11001100 | 1011010 | 0 | 1110 | 111 | 10101010 | 1010110 | 110011 |
Color Harmonies of #18EECC
Complementary color
Monochromatic Colors of #18EECC
Black with #18EECC
Text Example
Text Example
White with #18EECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EECC; }
p { color: rgb(24,238,204); }
H1.HeaderClassName
{
color: #18EECC;
}
.AnyTagClassName
{
color: #18EECC;
}
</style>
background-color css
<style>
a { background-color: #18EECC; }
a { background-color: rgb(24,238,204); }
div.DivClassName
{
background-color: #18EECC;
}
.BgClassName
{
background-color: #18EECC;
}
</style>
border-color css
<style>
span { border-color: #18EECC; }
span { border-color: rgb(24,238,204); }
td.TdClassName
{
border-color: #18EECC;
}
.TagClassName
{
border-color: #18EECC;
}
</style>