Shades of Dark Turquoise #18CADD
Tints of Dark Turquoise #18CADD
RGB
CMYK
RGB Variations
Color information
#18CADD (or 0x18CADD) is known color: Dark Turquoise. HEX triplet: 18, CA and DD. RGB value is (24,202,221). Sum of RGB (Red+Green+Blue) = 24+202+221=447 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.37% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #18CADD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CADD is #E73522. Grayscale: #969696. Windows color (decimal): -15152419 or 14535192. OLE color: 14535192.
HSL color Cylindrical-coordinate representation of color #18CADD: hue angle of 185.79º 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 #18CADD is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 202 | 221 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.13 |
| HSL | 185.79º | 0.8% | 0.48% | - |
| HSV(B) | 185.79º | 0.89% | 0.87% | - |
| XYZ | 34.55 | 47.66 | 75.78 | - |
| YUV | 150.94 | 167.53 | 37.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 202 | 221 | 0.89 | 0.09 | 0 | 0.13 | 185.79 | 0.8 | 0.48 |
| Hex | 18 | CA | DD | 59 | 9 | 0 | D | BA | 50 | 30 |
| Octal | 30 | 312 | 335 | 131 | 11 | 0 | 15 | 272 | 120 | 60 |
| Binary | 11000 | 11001010 | 11011101 | 1011001 | 1001 | 0 | 1101 | 10111010 | 1010000 | 110000 |
Color Harmonies of #18CADD
Complementary color
Monochromatic Colors of #18CADD
Black with #18CADD
Text Example
Text Example
White with #18CADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CADD; }
p { color: rgb(24,202,221); }
H1.HeaderClassName
{
color: #18CADD;
}
.AnyTagClassName
{
color: #18CADD;
}
</style>
background-color css
<style>
a { background-color: #18CADD; }
a { background-color: rgb(24,202,221); }
div.DivClassName
{
background-color: #18CADD;
}
.BgClassName
{
background-color: #18CADD;
}
</style>
border-color css
<style>
span { border-color: #18CADD; }
span { border-color: rgb(24,202,221); }
td.TdClassName
{
border-color: #18CADD;
}
.TagClassName
{
border-color: #18CADD;
}
</style>