Shades of Dark Turquoise #12CFDB
Tints of Dark Turquoise #12CFDB
RGB
CMYK
RGB Variations
Color information
#12CFDB (or 0x12CFDB) is known color: Dark Turquoise. HEX triplet: 12, CF and DB. RGB value is (18,207,219). Sum of RGB (Red+Green+Blue) = 18+207+219=444 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.05% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #12CFDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CFDB is #ED3024. Grayscale: #979797. Windows color (decimal): -15544357 or 14405394. OLE color: 14405394.
HSL color Cylindrical-coordinate representation of color #12CFDB: hue angle of 183.58º 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 #12CFDB is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 207 | 219 | - |
| CMYK | 0.92 | 0.05 | 0 | 0.14 |
| HSL | 183.58º | 0.85% | 0.46% | - |
| HSV(B) | 183.58º | 0.92% | 0.86% | - |
| XYZ | 35.35 | 49.87 | 74.78 | - |
| YUV | 151.86 | 165.88 | 32.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 219 | 0.92 | 0.05 | 0 | 0.14 | 183.58 | 0.85 | 0.46 |
| Hex | 12 | CF | DB | 5C | 5 | 0 | E | B8 | 55 | 2E |
| Octal | 22 | 317 | 333 | 134 | 5 | 0 | 16 | 270 | 125 | 56 |
| Binary | 10010 | 11001111 | 11011011 | 1011100 | 101 | 0 | 1110 | 10111000 | 1010101 | 101110 |
Color Harmonies of #12CFDB
Complementary color
Monochromatic Colors of #12CFDB
Black with #12CFDB
Text Example
Text Example
White with #12CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CFDB; }
p { color: rgb(18,207,219); }
H1.HeaderClassName
{
color: #12CFDB;
}
.AnyTagClassName
{
color: #12CFDB;
}
</style>
background-color css
<style>
a { background-color: #12CFDB; }
a { background-color: rgb(18,207,219); }
div.DivClassName
{
background-color: #12CFDB;
}
.BgClassName
{
background-color: #12CFDB;
}
</style>
border-color css
<style>
span { border-color: #12CFDB; }
span { border-color: rgb(18,207,219); }
td.TdClassName
{
border-color: #12CFDB;
}
.TagClassName
{
border-color: #12CFDB;
}
</style>