Shades of Bright Turquoise #18DCD6
Tints of Bright Turquoise #18DCD6
RGB
CMYK
RGB Variations
Color information
#18DCD6 (or 0x18DCD6) is known color: Bright Turquoise. HEX triplet: 18, DC and D6. RGB value is (24,220,214). Sum of RGB (Red+Green+Blue) = 24+220+214=458 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.24% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 214 (83.98% from 255 or 46.72% from 458); Max value from RGB is 220 - color contains mainly: green. Hex color #18DCD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DCD6 is #E72329. Grayscale: #A0A0A0. Windows color (decimal): -15147818 or 14081048. OLE color: 14081048.
HSL color Cylindrical-coordinate representation of color #18DCD6: hue angle of 178.16º 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 #18DCD6 is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 220 | 214 | - |
| CMYK | 0.89 | 0 | 0.03 | 0.14 |
| HSL | 178.16º | 0.8% | 0.48% | - |
| HSV(B) | 178.16º | 0.89% | 0.86% | - |
| XYZ | 38.11 | 56.24 | 72.46 | - |
| YUV | 160.71 | 158.07 | 30.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 220 | 214 | 0.89 | 0 | 0.03 | 0.14 | 178.16 | 0.8 | 0.48 |
| Hex | 18 | DC | D6 | 59 | 0 | 3 | E | B2 | 50 | 30 |
| Octal | 30 | 334 | 326 | 131 | 0 | 3 | 16 | 262 | 120 | 60 |
| Binary | 11000 | 11011100 | 11010110 | 1011001 | 0 | 11 | 1110 | 10110010 | 1010000 | 110000 |
Color Harmonies of #18DCD6
Complementary color
Monochromatic Colors of #18DCD6
Black with #18DCD6
Text Example
Text Example
White with #18DCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DCD6; }
p { color: rgb(24,220,214); }
H1.HeaderClassName
{
color: #18DCD6;
}
.AnyTagClassName
{
color: #18DCD6;
}
</style>
background-color css
<style>
a { background-color: #18DCD6; }
a { background-color: rgb(24,220,214); }
div.DivClassName
{
background-color: #18DCD6;
}
.BgClassName
{
background-color: #18DCD6;
}
</style>
border-color css
<style>
span { border-color: #18DCD6; }
span { border-color: rgb(24,220,214); }
td.TdClassName
{
border-color: #18DCD6;
}
.TagClassName
{
border-color: #18DCD6;
}
</style>