Shades of Bright Turquoise #12DCE6
Tints of Bright Turquoise #12DCE6
RGB
CMYK
RGB Variations
Color information
#12DCE6 (or 0x12DCE6) is known color: Bright Turquoise. HEX triplet: 12, DC and E6. RGB value is (18,220,230). Sum of RGB (Red+Green+Blue) = 18+220+230=468 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.85% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 230 (90.23% from 255 or 49.15% from 468); Max value from RGB is 230 - color contains mainly: blue. Hex color #12DCE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DCE6 is #ED2319. Grayscale: #A0A0A0. Windows color (decimal): -15541018 or 15129618. OLE color: 15129618.
HSL color Cylindrical-coordinate representation of color #12DCE6: hue angle of 182.83º 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 #12DCE6 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 220 | 230 | - |
| CMYK | 0.92 | 0.04 | 0 | 0.10 |
| HSL | 182.83º | 0.85% | 0.49% | - |
| HSV(B) | 182.83º | 0.92% | 0.9% | - |
| XYZ | 40.13 | 57.03 | 83.76 | - |
| YUV | 160.74 | 167.08 | 26.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 220 | 230 | 0.92 | 0.04 | 0 | 0.10 | 182.83 | 0.85 | 0.49 |
| Hex | 12 | DC | E6 | 5C | 4 | 0 | A | B7 | 55 | 31 |
| Octal | 22 | 334 | 346 | 134 | 4 | 0 | 12 | 267 | 125 | 61 |
| Binary | 10010 | 11011100 | 11100110 | 1011100 | 100 | 0 | 1010 | 10110111 | 1010101 | 110001 |
Color Harmonies of #12DCE6
Complementary color
Monochromatic Colors of #12DCE6
Black with #12DCE6
Text Example
Text Example
White with #12DCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DCE6; }
p { color: rgb(18,220,230); }
H1.HeaderClassName
{
color: #12DCE6;
}
.AnyTagClassName
{
color: #12DCE6;
}
</style>
background-color css
<style>
a { background-color: #12DCE6; }
a { background-color: rgb(18,220,230); }
div.DivClassName
{
background-color: #12DCE6;
}
.BgClassName
{
background-color: #12DCE6;
}
</style>
border-color css
<style>
span { border-color: #12DCE6; }
span { border-color: rgb(18,220,230); }
td.TdClassName
{
border-color: #12DCE6;
}
.TagClassName
{
border-color: #12DCE6;
}
</style>