Shades of Bright Turquoise #18D9CE
Tints of Bright Turquoise #18D9CE
RGB
CMYK
RGB Variations
Color information
#18D9CE (or 0x18D9CE) is known color: Bright Turquoise. HEX triplet: 18, D9 and CE. RGB value is (24,217,206). Sum of RGB (Red+Green+Blue) = 24+217+206=447 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.37% from 447); Green value is 217 (85.16% from 255 or 48.55% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 217 - color contains mainly: green. Hex color #18D9CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18D9CE is #E72631. Grayscale: #9D9D9D. Windows color (decimal): -15148594 or 13555992. OLE color: 13555992.
HSL color Cylindrical-coordinate representation of color #18D9CE: hue angle of 176.58º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D9CE is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 217 | 206 | - |
| CMYK | 0.89 | 0 | 0.05 | 0.15 |
| HSL | 176.58º | 0.8% | 0.47% | - |
| HSV(B) | 176.58º | 0.89% | 0.85% | - |
| XYZ | 36.33 | 54.28 | 66.95 | - |
| YUV | 158.04 | 155.06 | 32.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 217 | 206 | 0.89 | 0 | 0.05 | 0.15 | 176.58 | 0.8 | 0.47 |
| Hex | 18 | D9 | CE | 59 | 0 | 5 | F | B1 | 50 | 2F |
| Octal | 30 | 331 | 316 | 131 | 0 | 5 | 17 | 261 | 120 | 57 |
| Binary | 11000 | 11011001 | 11001110 | 1011001 | 0 | 101 | 1111 | 10110001 | 1010000 | 101111 |
Color Harmonies of #18D9CE
Complementary color
Monochromatic Colors of #18D9CE
Black with #18D9CE
Text Example
Text Example
White with #18D9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D9CE; }
p { color: rgb(24,217,206); }
H1.HeaderClassName
{
color: #18D9CE;
}
.AnyTagClassName
{
color: #18D9CE;
}
</style>
background-color css
<style>
a { background-color: #18D9CE; }
a { background-color: rgb(24,217,206); }
div.DivClassName
{
background-color: #18D9CE;
}
.BgClassName
{
background-color: #18D9CE;
}
</style>
border-color css
<style>
span { border-color: #18D9CE; }
span { border-color: rgb(24,217,206); }
td.TdClassName
{
border-color: #18D9CE;
}
.TagClassName
{
border-color: #18D9CE;
}
</style>