Shades of Bright Turquoise #18E7B8
Tints of Bright Turquoise #18E7B8
RGB
CMYK
RGB Variations
Color information
#18E7B8 (or 0x18E7B8) is known color: Bright Turquoise. HEX triplet: 18, E7 and B8. RGB value is (24,231,184). Sum of RGB (Red+Green+Blue) = 24+231+184=439 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.47% from 439); Green value is 231 (90.62% from 255 or 52.62% from 439); Blue value is 184 (72.27% from 255 or 41.91% from 439); Max value from RGB is 231 - color contains mainly: green. Hex color #18E7B8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18E7B8 is #E71847. Grayscale: #A3A3A3. Windows color (decimal): -15145032 or 12117784. OLE color: 12117784.
HSL color Cylindrical-coordinate representation of color #18E7B8: hue angle of 166.38º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18E7B8 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 24 | 231 | 184 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.09 |
| HSL | 166.38º | 0.81% | 0.5% | - |
| HSV(B) | 166.38º | 0.9% | 0.91% | - |
| XYZ | 37.6 | 60.81 | 55.1 | - |
| YUV | 163.75 | 139.42 | 28.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 231 | 184 | 0.90 | 0 | 0.20 | 0.09 | 166.38 | 0.81 | 0.5 |
| Hex | 18 | E7 | B8 | 5A | 0 | 14 | 9 | A6 | 51 | 32 |
| Octal | 30 | 347 | 270 | 132 | 0 | 24 | 11 | 246 | 121 | 62 |
| Binary | 11000 | 11100111 | 10111000 | 1011010 | 0 | 10100 | 1001 | 10100110 | 1010001 | 110010 |
Color Harmonies of #18E7B8
Complementary color
Monochromatic Colors of #18E7B8
Black with #18E7B8
Text Example
Text Example
White with #18E7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E7B8; }
p { color: rgb(24,231,184); }
H1.HeaderClassName
{
color: #18E7B8;
}
.AnyTagClassName
{
color: #18E7B8;
}
</style>
background-color css
<style>
a { background-color: #18E7B8; }
a { background-color: rgb(24,231,184); }
div.DivClassName
{
background-color: #18E7B8;
}
.BgClassName
{
background-color: #18E7B8;
}
</style>
border-color css
<style>
span { border-color: #18E7B8; }
span { border-color: rgb(24,231,184); }
td.TdClassName
{
border-color: #18E7B8;
}
.TagClassName
{
border-color: #18E7B8;
}
</style>