Shades of Dark Turquoise #18CDDD
Tints of Dark Turquoise #18CDDD
RGB
CMYK
RGB Variations
Color information
#18CDDD (or 0x18CDDD) is known color: Dark Turquoise. HEX triplet: 18, CD and DD. RGB value is (24,205,221). Sum of RGB (Red+Green+Blue) = 24+205+221=450 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.33% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #18CDDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CDDD is #E73222. Grayscale: #989898. Windows color (decimal): -15151651 or 14535960. OLE color: 14535960.
HSL color Cylindrical-coordinate representation of color #18CDDD: hue angle of 184.87º 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 #18CDDD is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 205 | 221 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.13 |
| HSL | 184.87º | 0.8% | 0.48% | - |
| HSV(B) | 184.87º | 0.89% | 0.87% | - |
| XYZ | 35.26 | 49.08 | 76.02 | - |
| YUV | 152.71 | 166.53 | 36.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 205 | 221 | 0.89 | 0.07 | 0 | 0.13 | 184.87 | 0.8 | 0.48 |
| Hex | 18 | CD | DD | 59 | 7 | 0 | D | B9 | 50 | 30 |
| Octal | 30 | 315 | 335 | 131 | 7 | 0 | 15 | 271 | 120 | 60 |
| Binary | 11000 | 11001101 | 11011101 | 1011001 | 111 | 0 | 1101 | 10111001 | 1010000 | 110000 |
Color Harmonies of #18CDDD
Complementary color
Monochromatic Colors of #18CDDD
Black with #18CDDD
Text Example
Text Example
White with #18CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CDDD; }
p { color: rgb(24,205,221); }
H1.HeaderClassName
{
color: #18CDDD;
}
.AnyTagClassName
{
color: #18CDDD;
}
</style>
background-color css
<style>
a { background-color: #18CDDD; }
a { background-color: rgb(24,205,221); }
div.DivClassName
{
background-color: #18CDDD;
}
.BgClassName
{
background-color: #18CDDD;
}
</style>
border-color css
<style>
span { border-color: #18CDDD; }
span { border-color: rgb(24,205,221); }
td.TdClassName
{
border-color: #18CDDD;
}
.TagClassName
{
border-color: #18CDDD;
}
</style>