Shades of Bright Turquoise #18EBBC
Tints of Bright Turquoise #18EBBC
RGB
CMYK
RGB Variations
Color information
#18EBBC (or 0x18EBBC) is known color: Bright Turquoise. HEX triplet: 18, EB and BC. RGB value is (24,235,188). Sum of RGB (Red+Green+Blue) = 24+235+188=447 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.37% from 447); Green value is 235 (92.19% from 255 or 52.57% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 235 - color contains mainly: green. Hex color #18EBBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EBBC is #E71443. Grayscale: #A6A6A6. Windows color (decimal): -15144004 or 12380952. OLE color: 12380952.
HSL color Cylindrical-coordinate representation of color #18EBBC: hue angle of 166.64º degrees, saturation: 0.84, 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 #18EBBC is Cyan = 0.90, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 235 | 188 | - |
| CMYK | 0.90 | 0 | 0.2 | 0.08 |
| HSL | 166.64º | 0.84% | 0.51% | - |
| HSV(B) | 166.64º | 0.9% | 0.92% | - |
| XYZ | 39.16 | 63.24 | 57.72 | - |
| YUV | 166.55 | 140.1 | 26.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 235 | 188 | 0.90 | 0 | 0.2 | 0.08 | 166.64 | 0.84 | 0.51 |
| Hex | 18 | EB | BC | 5A | 0 | 14 | 8 | A7 | 54 | 33 |
| Octal | 30 | 353 | 274 | 132 | 0 | 24 | 10 | 247 | 124 | 63 |
| Binary | 11000 | 11101011 | 10111100 | 1011010 | 0 | 10100 | 1000 | 10100111 | 1010100 | 110011 |
Color Harmonies of #18EBBC
Complementary color
Monochromatic Colors of #18EBBC
Black with #18EBBC
Text Example
Text Example
White with #18EBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EBBC; }
p { color: rgb(24,235,188); }
H1.HeaderClassName
{
color: #18EBBC;
}
.AnyTagClassName
{
color: #18EBBC;
}
</style>
background-color css
<style>
a { background-color: #18EBBC; }
a { background-color: rgb(24,235,188); }
div.DivClassName
{
background-color: #18EBBC;
}
.BgClassName
{
background-color: #18EBBC;
}
</style>
border-color css
<style>
span { border-color: #18EBBC; }
span { border-color: rgb(24,235,188); }
td.TdClassName
{
border-color: #18EBBC;
}
.TagClassName
{
border-color: #18EBBC;
}
</style>