Shades of Bright Turquoise #18EABB
Tints of Bright Turquoise #18EABB
RGB
CMYK
RGB Variations
Color information
#18EABB (or 0x18EABB) is known color: Bright Turquoise. HEX triplet: 18, EA and BB. RGB value is (24,234,187). Sum of RGB (Red+Green+Blue) = 24+234+187=445 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.39% from 445); Green value is 234 (91.80% from 255 or 52.58% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 234 - color contains mainly: green. Hex color #18EABB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EABB is #E71544. Grayscale: #A5A5A5. Windows color (decimal): -15144261 or 12315160. OLE color: 12315160.
HSL color Cylindrical-coordinate representation of color #18EABB: hue angle of 166.57º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EABB is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 234 | 187 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.08 |
| HSL | 166.57º | 0.83% | 0.51% | - |
| HSV(B) | 166.57º | 0.9% | 0.92% | - |
| XYZ | 38.77 | 62.63 | 57.06 | - |
| YUV | 165.85 | 139.93 | 26.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 234 | 187 | 0.90 | 0 | 0.20 | 0.08 | 166.57 | 0.83 | 0.51 |
| Hex | 18 | EA | BB | 5A | 0 | 14 | 8 | A7 | 53 | 33 |
| Octal | 30 | 352 | 273 | 132 | 0 | 24 | 10 | 247 | 123 | 63 |
| Binary | 11000 | 11101010 | 10111011 | 1011010 | 0 | 10100 | 1000 | 10100111 | 1010011 | 110011 |
Color Harmonies of #18EABB
Complementary color
Monochromatic Colors of #18EABB
Black with #18EABB
Text Example
Text Example
White with #18EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EABB; }
p { color: rgb(24,234,187); }
H1.HeaderClassName
{
color: #18EABB;
}
.AnyTagClassName
{
color: #18EABB;
}
</style>
background-color css
<style>
a { background-color: #18EABB; }
a { background-color: rgb(24,234,187); }
div.DivClassName
{
background-color: #18EABB;
}
.BgClassName
{
background-color: #18EABB;
}
</style>
border-color css
<style>
span { border-color: #18EABB; }
span { border-color: rgb(24,234,187); }
td.TdClassName
{
border-color: #18EABB;
}
.TagClassName
{
border-color: #18EABB;
}
</style>