Shades of Dark Turquoise #12D0E6
Tints of Dark Turquoise #12D0E6
RGB
CMYK
RGB Variations
Color information
#12D0E6 (or 0x12D0E6) is known color: Dark Turquoise. HEX triplet: 12, D0 and E6. RGB value is (18,208,230). Sum of RGB (Red+Green+Blue) = 18+208+230=456 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.95% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 230 (90.23% from 255 or 50.44% from 456); Max value from RGB is 230 - color contains mainly: blue. Hex color #12D0E6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12D0E6 is #ED2F19. Grayscale: #999999. Windows color (decimal): -15544090 or 15126546. OLE color: 15126546.
HSL color Cylindrical-coordinate representation of color #12D0E6: hue angle of 186.23º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D0E6 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 208 | 230 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.10 |
| HSL | 186.23º | 0.85% | 0.49% | - |
| HSV(B) | 186.23º | 0.92% | 0.9% | - |
| XYZ | 37.09 | 50.95 | 82.74 | - |
| YUV | 153.7 | 171.05 | 31.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 208 | 230 | 0.92 | 0.10 | 0 | 0.10 | 186.23 | 0.85 | 0.49 |
| Hex | 12 | D0 | E6 | 5C | A | 0 | A | BA | 55 | 31 |
| Octal | 22 | 320 | 346 | 134 | 12 | 0 | 12 | 272 | 125 | 61 |
| Binary | 10010 | 11010000 | 11100110 | 1011100 | 1010 | 0 | 1010 | 10111010 | 1010101 | 110001 |
Color Harmonies of #12D0E6
Complementary color
Monochromatic Colors of #12D0E6
Black with #12D0E6
Text Example
Text Example
White with #12D0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D0E6; }
p { color: rgb(18,208,230); }
H1.HeaderClassName
{
color: #12D0E6;
}
.AnyTagClassName
{
color: #12D0E6;
}
</style>
background-color css
<style>
a { background-color: #12D0E6; }
a { background-color: rgb(18,208,230); }
div.DivClassName
{
background-color: #12D0E6;
}
.BgClassName
{
background-color: #12D0E6;
}
</style>
border-color css
<style>
span { border-color: #12D0E6; }
span { border-color: rgb(18,208,230); }
td.TdClassName
{
border-color: #12D0E6;
}
.TagClassName
{
border-color: #12D0E6;
}
</style>