Shades of Dark Turquoise #12CDDB
Tints of Dark Turquoise #12CDDB
RGB
CMYK
RGB Variations
Color information
#12CDDB (or 0x12CDDB) is known color: Dark Turquoise. HEX triplet: 12, CD and DB. RGB value is (18,205,219). Sum of RGB (Red+Green+Blue) = 18+205+219=442 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.07% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #12CDDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CDDB is #ED3224. Grayscale: #969696. Windows color (decimal): -15544869 or 14404882. OLE color: 14404882.
HSL color Cylindrical-coordinate representation of color #12CDDB: hue angle of 184.18º 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 #12CDDB is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 205 | 219 | - |
| CMYK | 0.92 | 0.06 | 0 | 0.14 |
| HSL | 184.18º | 0.85% | 0.46% | - |
| HSV(B) | 184.18º | 0.92% | 0.86% | - |
| XYZ | 34.87 | 48.91 | 74.62 | - |
| YUV | 150.68 | 166.55 | 33.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 205 | 219 | 0.92 | 0.06 | 0 | 0.14 | 184.18 | 0.85 | 0.46 |
| Hex | 12 | CD | DB | 5C | 6 | 0 | E | B8 | 55 | 2E |
| Octal | 22 | 315 | 333 | 134 | 6 | 0 | 16 | 270 | 125 | 56 |
| Binary | 10010 | 11001101 | 11011011 | 1011100 | 110 | 0 | 1110 | 10111000 | 1010101 | 101110 |
Color Harmonies of #12CDDB
Complementary color
Monochromatic Colors of #12CDDB
Black with #12CDDB
Text Example
Text Example
White with #12CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CDDB; }
p { color: rgb(18,205,219); }
H1.HeaderClassName
{
color: #12CDDB;
}
.AnyTagClassName
{
color: #12CDDB;
}
</style>
background-color css
<style>
a { background-color: #12CDDB; }
a { background-color: rgb(18,205,219); }
div.DivClassName
{
background-color: #12CDDB;
}
.BgClassName
{
background-color: #12CDDB;
}
</style>
border-color css
<style>
span { border-color: #12CDDB; }
span { border-color: rgb(18,205,219); }
td.TdClassName
{
border-color: #12CDDB;
}
.TagClassName
{
border-color: #12CDDB;
}
</style>