Shades of Bright Turquoise #18E5BD
Tints of Bright Turquoise #18E5BD
RGB
CMYK
RGB Variations
Color information
#18E5BD (or 0x18E5BD) is known color: Bright Turquoise. HEX triplet: 18, E5 and BD. RGB value is (24,229,189). Sum of RGB (Red+Green+Blue) = 24+229+189=442 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.43% from 442); Green value is 229 (89.84% from 255 or 51.81% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 229 - color contains mainly: green. Hex color #18E5BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18E5BD is #E71A42. Grayscale: #A3A3A3. Windows color (decimal): -15145539 or 12444952. OLE color: 12444952.
HSL color Cylindrical-coordinate representation of color #18E5BD: hue angle of 168.29º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18E5BD is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 24 | 229 | 189 | - |
| CMYK | 0.90 | 0 | 0.17 | 0.10 |
| HSL | 168.29º | 0.81% | 0.5% | - |
| HSV(B) | 168.29º | 0.9% | 0.9% | - |
| XYZ | 37.58 | 59.91 | 57.73 | - |
| YUV | 163.15 | 142.58 | 28.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 229 | 189 | 0.90 | 0 | 0.17 | 0.10 | 168.29 | 0.81 | 0.5 |
| Hex | 18 | E5 | BD | 5A | 0 | 11 | A | A8 | 51 | 32 |
| Octal | 30 | 345 | 275 | 132 | 0 | 21 | 12 | 250 | 121 | 62 |
| Binary | 11000 | 11100101 | 10111101 | 1011010 | 0 | 10001 | 1010 | 10101000 | 1010001 | 110010 |
Color Harmonies of #18E5BD
Complementary color
Monochromatic Colors of #18E5BD
Black with #18E5BD
Text Example
Text Example
White with #18E5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E5BD; }
p { color: rgb(24,229,189); }
H1.HeaderClassName
{
color: #18E5BD;
}
.AnyTagClassName
{
color: #18E5BD;
}
</style>
background-color css
<style>
a { background-color: #18E5BD; }
a { background-color: rgb(24,229,189); }
div.DivClassName
{
background-color: #18E5BD;
}
.BgClassName
{
background-color: #18E5BD;
}
</style>
border-color css
<style>
span { border-color: #18E5BD; }
span { border-color: rgb(24,229,189); }
td.TdClassName
{
border-color: #18E5BD;
}
.TagClassName
{
border-color: #18E5BD;
}
</style>