Shades of Dark Turquoise #18CADC
Tints of Dark Turquoise #18CADC
RGB
CMYK
RGB Variations
Color information
#18CADC (or 0x18CADC) is known color: Dark Turquoise. HEX triplet: 18, CA and DC. RGB value is (24,202,220). Sum of RGB (Red+Green+Blue) = 24+202+220=446 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.38% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #18CADC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CADC is #E73523. Grayscale: #969696. Windows color (decimal): -15152420 or 14469656. OLE color: 14469656.
HSL color Cylindrical-coordinate representation of color #18CADC: hue angle of 185.51º 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 #18CADC is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 202 | 220 | - |
| CMYK | 0.89 | 0.08 | 0 | 0.14 |
| HSL | 185.51º | 0.8% | 0.48% | - |
| HSV(B) | 185.51º | 0.89% | 0.86% | - |
| XYZ | 34.42 | 47.6 | 75.08 | - |
| YUV | 150.83 | 167.03 | 37.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 202 | 220 | 0.89 | 0.08 | 0 | 0.14 | 185.51 | 0.8 | 0.48 |
| Hex | 18 | CA | DC | 59 | 8 | 0 | E | BA | 50 | 30 |
| Octal | 30 | 312 | 334 | 131 | 10 | 0 | 16 | 272 | 120 | 60 |
| Binary | 11000 | 11001010 | 11011100 | 1011001 | 1000 | 0 | 1110 | 10111010 | 1010000 | 110000 |
Color Harmonies of #18CADC
Complementary color
Monochromatic Colors of #18CADC
Black with #18CADC
Text Example
Text Example
White with #18CADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CADC; }
p { color: rgb(24,202,220); }
H1.HeaderClassName
{
color: #18CADC;
}
.AnyTagClassName
{
color: #18CADC;
}
</style>
background-color css
<style>
a { background-color: #18CADC; }
a { background-color: rgb(24,202,220); }
div.DivClassName
{
background-color: #18CADC;
}
.BgClassName
{
background-color: #18CADC;
}
</style>
border-color css
<style>
span { border-color: #18CADC; }
span { border-color: rgb(24,202,220); }
td.TdClassName
{
border-color: #18CADC;
}
.TagClassName
{
border-color: #18CADC;
}
</style>