Shades of Bright Turquoise #18E9D0
Tints of Bright Turquoise #18E9D0
RGB
CMYK
RGB Variations
Color information
#18E9D0 (or 0x18E9D0) is known color: Bright Turquoise. HEX triplet: 18, E9 and D0. RGB value is (24,233,208). Sum of RGB (Red+Green+Blue) = 24+233+208=465 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.16% from 465); Green value is 233 (91.41% from 255 or 50.11% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 233 - color contains mainly: green. Hex color #18E9D0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18E9D0 is #E7162F. Grayscale: #A7A7A7. Windows color (decimal): -15144496 or 13691160. OLE color: 13691160.
HSL color Cylindrical-coordinate representation of color #18E9D0: hue angle of 172.82º degrees, saturation: 0.83, 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 #18E9D0 is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 24 | 233 | 208 | - |
| CMYK | 0.90 | 0 | 0.11 | 0.09 |
| HSL | 172.82º | 0.83% | 0.5% | - |
| HSV(B) | 172.82º | 0.9% | 0.91% | - |
| XYZ | 40.9 | 63.03 | 69.68 | - |
| YUV | 167.66 | 150.76 | 25.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 233 | 208 | 0.90 | 0 | 0.11 | 0.09 | 172.82 | 0.83 | 0.5 |
| Hex | 18 | E9 | D0 | 5A | 0 | B | 9 | AD | 53 | 32 |
| Octal | 30 | 351 | 320 | 132 | 0 | 13 | 11 | 255 | 123 | 62 |
| Binary | 11000 | 11101001 | 11010000 | 1011010 | 0 | 1011 | 1001 | 10101101 | 1010011 | 110010 |
Color Harmonies of #18E9D0
Complementary color
Monochromatic Colors of #18E9D0
Black with #18E9D0
Text Example
Text Example
White with #18E9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E9D0; }
p { color: rgb(24,233,208); }
H1.HeaderClassName
{
color: #18E9D0;
}
.AnyTagClassName
{
color: #18E9D0;
}
</style>
background-color css
<style>
a { background-color: #18E9D0; }
a { background-color: rgb(24,233,208); }
div.DivClassName
{
background-color: #18E9D0;
}
.BgClassName
{
background-color: #18E9D0;
}
</style>
border-color css
<style>
span { border-color: #18E9D0; }
span { border-color: rgb(24,233,208); }
td.TdClassName
{
border-color: #18E9D0;
}
.TagClassName
{
border-color: #18E9D0;
}
</style>