Shades of Bright Turquoise #18DDD0
Tints of Bright Turquoise #18DDD0
RGB
CMYK
RGB Variations
Color information
#18DDD0 (or 0x18DDD0) is known color: Bright Turquoise. HEX triplet: 18, DD and D0. RGB value is (24,221,208). Sum of RGB (Red+Green+Blue) = 24+221+208=453 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.30% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #18DDD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DDD0 is #E7222F. Grayscale: #A0A0A0. Windows color (decimal): -15147568 or 13688088. OLE color: 13688088.
HSL color Cylindrical-coordinate representation of color #18DDD0: hue angle of 176.04º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DDD0 is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 221 | 208 | - |
| CMYK | 0.89 | 0 | 0.06 | 0.13 |
| HSL | 176.04º | 0.8% | 0.48% | - |
| HSV(B) | 176.04º | 0.89% | 0.87% | - |
| XYZ | 37.62 | 56.46 | 68.59 | - |
| YUV | 160.62 | 154.73 | 30.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 221 | 208 | 0.89 | 0 | 0.06 | 0.13 | 176.04 | 0.8 | 0.48 |
| Hex | 18 | DD | D0 | 59 | 0 | 6 | D | B0 | 50 | 30 |
| Octal | 30 | 335 | 320 | 131 | 0 | 6 | 15 | 260 | 120 | 60 |
| Binary | 11000 | 11011101 | 11010000 | 1011001 | 0 | 110 | 1101 | 10110000 | 1010000 | 110000 |
Color Harmonies of #18DDD0
Complementary color
Monochromatic Colors of #18DDD0
Black with #18DDD0
Text Example
Text Example
White with #18DDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DDD0; }
p { color: rgb(24,221,208); }
H1.HeaderClassName
{
color: #18DDD0;
}
.AnyTagClassName
{
color: #18DDD0;
}
</style>
background-color css
<style>
a { background-color: #18DDD0; }
a { background-color: rgb(24,221,208); }
div.DivClassName
{
background-color: #18DDD0;
}
.BgClassName
{
background-color: #18DDD0;
}
</style>
border-color css
<style>
span { border-color: #18DDD0; }
span { border-color: rgb(24,221,208); }
td.TdClassName
{
border-color: #18DDD0;
}
.TagClassName
{
border-color: #18DDD0;
}
</style>