Shades of Dark Turquoise #12D1E6
Tints of Dark Turquoise #12D1E6
RGB
CMYK
RGB Variations
Color information
#12D1E6 (or 0x12D1E6) is known color: Dark Turquoise. HEX triplet: 12, D1 and E6. RGB value is (18,209,230). Sum of RGB (Red+Green+Blue) = 18+209+230=457 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.94% from 457); Green value is 209 (82.03% from 255 or 45.73% from 457); Blue value is 230 (90.23% from 255 or 50.33% from 457); Max value from RGB is 230 - color contains mainly: blue. Hex color #12D1E6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12D1E6 is #ED2E19. Grayscale: #9A9A9A. Windows color (decimal): -15543834 or 15126802. OLE color: 15126802.
HSL color Cylindrical-coordinate representation of color #12D1E6: hue angle of 185.94º 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 #12D1E6 is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 209 | 230 | - |
| CMYK | 0.92 | 0.09 | 0 | 0.10 |
| HSL | 185.94º | 0.85% | 0.49% | - |
| HSV(B) | 185.94º | 0.92% | 0.9% | - |
| XYZ | 37.33 | 51.44 | 82.82 | - |
| YUV | 154.29 | 170.72 | 30.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 209 | 230 | 0.92 | 0.09 | 0 | 0.10 | 185.94 | 0.85 | 0.49 |
| Hex | 12 | D1 | E6 | 5C | 9 | 0 | A | BA | 55 | 31 |
| Octal | 22 | 321 | 346 | 134 | 11 | 0 | 12 | 272 | 125 | 61 |
| Binary | 10010 | 11010001 | 11100110 | 1011100 | 1001 | 0 | 1010 | 10111010 | 1010101 | 110001 |
Color Harmonies of #12D1E6
Complementary color
Monochromatic Colors of #12D1E6
Black with #12D1E6
Text Example
Text Example
White with #12D1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D1E6; }
p { color: rgb(18,209,230); }
H1.HeaderClassName
{
color: #12D1E6;
}
.AnyTagClassName
{
color: #12D1E6;
}
</style>
background-color css
<style>
a { background-color: #12D1E6; }
a { background-color: rgb(18,209,230); }
div.DivClassName
{
background-color: #12D1E6;
}
.BgClassName
{
background-color: #12D1E6;
}
</style>
border-color css
<style>
span { border-color: #12D1E6; }
span { border-color: rgb(18,209,230); }
td.TdClassName
{
border-color: #12D1E6;
}
.TagClassName
{
border-color: #12D1E6;
}
</style>