Shades of Bright Turquoise #18DDDC
Tints of Bright Turquoise #18DDDC
RGB
CMYK
RGB Variations
Color information
#18DDDC (or 0x18DDDC) is known color: Bright Turquoise. HEX triplet: 18, DD and DC. RGB value is (24,221,220). Sum of RGB (Red+Green+Blue) = 24+221+220=465 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.16% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #18DDDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DDDC is #E72223. Grayscale: #A1A1A1. Windows color (decimal): -15147556 or 14474520. OLE color: 14474520.
HSL color Cylindrical-coordinate representation of color #18DDDC: hue angle of 179.7º 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 #18DDDC is Cyan = 0.89, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 221 | 220 | - |
| CMYK | 0.89 | 0 | 0.00 | 0.13 |
| HSL | 179.7º | 0.8% | 0.48% | - |
| HSV(B) | 179.7º | 0.89% | 0.87% | - |
| XYZ | 39.15 | 57.07 | 76.66 | - |
| YUV | 161.98 | 160.73 | 29.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 221 | 220 | 0.89 | 0 | 0.00 | 0.13 | 179.7 | 0.8 | 0.48 |
| Hex | 18 | DD | DC | 59 | 0 | 0 | D | B4 | 50 | 30 |
| Octal | 30 | 335 | 334 | 131 | 0 | 0 | 15 | 264 | 120 | 60 |
| Binary | 11000 | 11011101 | 11011100 | 1011001 | 0 | 0 | 1101 | 10110100 | 1010000 | 110000 |
Color Harmonies of #18DDDC
Complementary color
Monochromatic Colors of #18DDDC
Black with #18DDDC
Text Example
Text Example
White with #18DDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DDDC; }
p { color: rgb(24,221,220); }
H1.HeaderClassName
{
color: #18DDDC;
}
.AnyTagClassName
{
color: #18DDDC;
}
</style>
background-color css
<style>
a { background-color: #18DDDC; }
a { background-color: rgb(24,221,220); }
div.DivClassName
{
background-color: #18DDDC;
}
.BgClassName
{
background-color: #18DDDC;
}
</style>
border-color css
<style>
span { border-color: #18DDDC; }
span { border-color: rgb(24,221,220); }
td.TdClassName
{
border-color: #18DDDC;
}
.TagClassName
{
border-color: #18DDDC;
}
</style>