Shades of Dark Turquoise #18D6D4
Tints of Dark Turquoise #18D6D4
RGB
CMYK
RGB Variations
Color information
#18D6D4 (or 0x18D6D4) is known color: Dark Turquoise. HEX triplet: 18, D6 and D4. RGB value is (24,214,212). Sum of RGB (Red+Green+Blue) = 24+214+212=450 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.33% from 450); Green value is 214 (83.98% from 255 or 47.56% from 450); Blue value is 212 (83.20% from 255 or 47.11% from 450); Max value from RGB is 214 - color contains mainly: green. Hex color #18D6D4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18D6D4 is #E7292B. Grayscale: #9C9C9C. Windows color (decimal): -15149356 or 13948440. OLE color: 13948440.
HSL color Cylindrical-coordinate representation of color #18D6D4: hue angle of 179.37º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D6D4 is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 214 | 212 | - |
| CMYK | 0.89 | 0 | 0.01 | 0.16 |
| HSL | 179.37º | 0.8% | 0.47% | - |
| HSV(B) | 179.37º | 0.89% | 0.84% | - |
| XYZ | 36.31 | 53.04 | 70.61 | - |
| YUV | 156.96 | 159.05 | 33.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 214 | 212 | 0.89 | 0 | 0.01 | 0.16 | 179.37 | 0.8 | 0.47 |
| Hex | 18 | D6 | D4 | 59 | 0 | 1 | 10 | B3 | 50 | 2F |
| Octal | 30 | 326 | 324 | 131 | 0 | 1 | 20 | 263 | 120 | 57 |
| Binary | 11000 | 11010110 | 11010100 | 1011001 | 0 | 1 | 10000 | 10110011 | 1010000 | 101111 |
Color Harmonies of #18D6D4
Complementary color
Monochromatic Colors of #18D6D4
Black with #18D6D4
Text Example
Text Example
White with #18D6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D6D4; }
p { color: rgb(24,214,212); }
H1.HeaderClassName
{
color: #18D6D4;
}
.AnyTagClassName
{
color: #18D6D4;
}
</style>
background-color css
<style>
a { background-color: #18D6D4; }
a { background-color: rgb(24,214,212); }
div.DivClassName
{
background-color: #18D6D4;
}
.BgClassName
{
background-color: #18D6D4;
}
</style>
border-color css
<style>
span { border-color: #18D6D4; }
span { border-color: rgb(24,214,212); }
td.TdClassName
{
border-color: #18D6D4;
}
.TagClassName
{
border-color: #18D6D4;
}
</style>