Shades of Dark Turquoise #12D1E5
Tints of Dark Turquoise #12D1E5
RGB
CMYK
RGB Variations
Color information
#12D1E5 (or 0x12D1E5) is known color: Dark Turquoise. HEX triplet: 12, D1 and E5. RGB value is (18,209,229). Sum of RGB (Red+Green+Blue) = 18+209+229=456 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.95% from 456); Green value is 209 (82.03% from 255 or 45.83% from 456); Blue value is 229 (89.84% from 255 or 50.22% from 456); Max value from RGB is 229 - color contains mainly: blue. Hex color #12D1E5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D1E5 is #ED2E1A. Grayscale: #999999. Windows color (decimal): -15543835 or 15061266. OLE color: 15061266.
HSL color Cylindrical-coordinate representation of color #12D1E5: hue angle of 185.69º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D1E5 is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 209 | 229 | - |
| CMYK | 0.92 | 0.09 | 0 | 0.10 |
| HSL | 185.69º | 0.85% | 0.48% | - |
| HSV(B) | 185.69º | 0.92% | 0.9% | - |
| XYZ | 37.19 | 51.39 | 82.09 | - |
| YUV | 154.17 | 170.22 | 30.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 209 | 229 | 0.92 | 0.09 | 0 | 0.10 | 185.69 | 0.85 | 0.48 |
| Hex | 12 | D1 | E5 | 5C | 9 | 0 | A | BA | 55 | 30 |
| Octal | 22 | 321 | 345 | 134 | 11 | 0 | 12 | 272 | 125 | 60 |
| Binary | 10010 | 11010001 | 11100101 | 1011100 | 1001 | 0 | 1010 | 10111010 | 1010101 | 110000 |
Color Harmonies of #12D1E5
Complementary color
Monochromatic Colors of #12D1E5
Black with #12D1E5
Text Example
Text Example
White with #12D1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D1E5; }
p { color: rgb(18,209,229); }
H1.HeaderClassName
{
color: #12D1E5;
}
.AnyTagClassName
{
color: #12D1E5;
}
</style>
background-color css
<style>
a { background-color: #12D1E5; }
a { background-color: rgb(18,209,229); }
div.DivClassName
{
background-color: #12D1E5;
}
.BgClassName
{
background-color: #12D1E5;
}
</style>
border-color css
<style>
span { border-color: #12D1E5; }
span { border-color: rgb(18,209,229); }
td.TdClassName
{
border-color: #12D1E5;
}
.TagClassName
{
border-color: #12D1E5;
}
</style>