Shades of Dark Turquoise #18CADB
Tints of Dark Turquoise #18CADB
RGB
CMYK
RGB Variations
Color information
#18CADB (or 0x18CADB) is known color: Dark Turquoise. HEX triplet: 18, CA and DB. RGB value is (24,202,219). Sum of RGB (Red+Green+Blue) = 24+202+219=445 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.39% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #18CADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CADB is #E73524. Grayscale: #969696. Windows color (decimal): -15152421 or 14404120. OLE color: 14404120.
HSL color Cylindrical-coordinate representation of color #18CADB: hue angle of 185.23º 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 #18CADB is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 202 | 219 | - |
| CMYK | 0.89 | 0.08 | 0 | 0.14 |
| HSL | 185.23º | 0.8% | 0.48% | - |
| HSV(B) | 185.23º | 0.89% | 0.86% | - |
| XYZ | 34.28 | 47.55 | 74.39 | - |
| YUV | 150.72 | 166.53 | 37.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 202 | 219 | 0.89 | 0.08 | 0 | 0.14 | 185.23 | 0.8 | 0.48 |
| Hex | 18 | CA | DB | 59 | 8 | 0 | E | B9 | 50 | 30 |
| Octal | 30 | 312 | 333 | 131 | 10 | 0 | 16 | 271 | 120 | 60 |
| Binary | 11000 | 11001010 | 11011011 | 1011001 | 1000 | 0 | 1110 | 10111001 | 1010000 | 110000 |
Color Harmonies of #18CADB
Complementary color
Monochromatic Colors of #18CADB
Black with #18CADB
Text Example
Text Example
White with #18CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CADB; }
p { color: rgb(24,202,219); }
H1.HeaderClassName
{
color: #18CADB;
}
.AnyTagClassName
{
color: #18CADB;
}
</style>
background-color css
<style>
a { background-color: #18CADB; }
a { background-color: rgb(24,202,219); }
div.DivClassName
{
background-color: #18CADB;
}
.BgClassName
{
background-color: #18CADB;
}
</style>
border-color css
<style>
span { border-color: #18CADB; }
span { border-color: rgb(24,202,219); }
td.TdClassName
{
border-color: #18CADB;
}
.TagClassName
{
border-color: #18CADB;
}
</style>