Shades of Dark Turquoise #18C1DB
Tints of Dark Turquoise #18C1DB
RGB
CMYK
RGB Variations
Color information
#18C1DB (or 0x18C1DB) is known color: Dark Turquoise. HEX triplet: 18, C1 and DB. RGB value is (24,193,219). Sum of RGB (Red+Green+Blue) = 24+193+219=436 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.50% from 436); Green value is 193 (75.78% from 255 or 44.27% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #18C1DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18C1DB is #E73E24. Grayscale: #919191. Windows color (decimal): -15154725 or 14401816. OLE color: 14401816.
HSL color Cylindrical-coordinate representation of color #18C1DB: hue angle of 188º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18C1DB is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 193 | 219 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.14 |
| HSL | 188º | 0.8% | 0.48% | - |
| HSV(B) | 188º | 0.89% | 0.86% | - |
| XYZ | 32.23 | 43.45 | 73.71 | - |
| YUV | 145.43 | 169.51 | 41.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 193 | 219 | 0.89 | 0.12 | 0 | 0.14 | 188 | 0.8 | 0.48 |
| Hex | 18 | C1 | DB | 59 | C | 0 | E | BC | 50 | 30 |
| Octal | 30 | 301 | 333 | 131 | 14 | 0 | 16 | 274 | 120 | 60 |
| Binary | 11000 | 11000001 | 11011011 | 1011001 | 1100 | 0 | 1110 | 10111100 | 1010000 | 110000 |
Color Harmonies of #18C1DB
Complementary color
Monochromatic Colors of #18C1DB
Black with #18C1DB
Text Example
Text Example
White with #18C1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C1DB; }
p { color: rgb(24,193,219); }
H1.HeaderClassName
{
color: #18C1DB;
}
.AnyTagClassName
{
color: #18C1DB;
}
</style>
background-color css
<style>
a { background-color: #18C1DB; }
a { background-color: rgb(24,193,219); }
div.DivClassName
{
background-color: #18C1DB;
}
.BgClassName
{
background-color: #18C1DB;
}
</style>
border-color css
<style>
span { border-color: #18C1DB; }
span { border-color: rgb(24,193,219); }
td.TdClassName
{
border-color: #18C1DB;
}
.TagClassName
{
border-color: #18C1DB;
}
</style>