Shades of Dark Turquoise #12CADB
Tints of Dark Turquoise #12CADB
RGB
CMYK
RGB Variations
Color information
#12CADB (or 0x12CADB) is known color: Dark Turquoise. HEX triplet: 12, CA and DB. RGB value is (18,202,219). Sum of RGB (Red+Green+Blue) = 18+202+219=439 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.10% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #12CADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CADB is #ED3524. Grayscale: #949494. Windows color (decimal): -15545637 or 14404114. OLE color: 14404114.
HSL color Cylindrical-coordinate representation of color #12CADB: hue angle of 185.07º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12CADB is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 202 | 219 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.14 |
| HSL | 185.07º | 0.85% | 0.46% | - |
| HSV(B) | 185.07º | 0.92% | 0.86% | - |
| XYZ | 34.16 | 47.48 | 74.38 | - |
| YUV | 148.92 | 167.54 | 34.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 202 | 219 | 0.92 | 0.08 | 0 | 0.14 | 185.07 | 0.85 | 0.46 |
| Hex | 12 | CA | DB | 5C | 8 | 0 | E | B9 | 55 | 2E |
| Octal | 22 | 312 | 333 | 134 | 10 | 0 | 16 | 271 | 125 | 56 |
| Binary | 10010 | 11001010 | 11011011 | 1011100 | 1000 | 0 | 1110 | 10111001 | 1010101 | 101110 |
Color Harmonies of #12CADB
Complementary color
Monochromatic Colors of #12CADB
Black with #12CADB
Text Example
Text Example
White with #12CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CADB; }
p { color: rgb(18,202,219); }
H1.HeaderClassName
{
color: #12CADB;
}
.AnyTagClassName
{
color: #12CADB;
}
</style>
background-color css
<style>
a { background-color: #12CADB; }
a { background-color: rgb(18,202,219); }
div.DivClassName
{
background-color: #12CADB;
}
.BgClassName
{
background-color: #12CADB;
}
</style>
border-color css
<style>
span { border-color: #12CADB; }
span { border-color: rgb(18,202,219); }
td.TdClassName
{
border-color: #12CADB;
}
.TagClassName
{
border-color: #12CADB;
}
</style>