Shades of Bright Turquoise #12DCEC
Tints of Bright Turquoise #12DCEC
RGB
CMYK
RGB Variations
Color information
#12DCEC (or 0x12DCEC) is known color: Bright Turquoise. HEX triplet: 12, DC and EC. RGB value is (18,220,236). Sum of RGB (Red+Green+Blue) = 18+220+236=474 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.80% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #12DCEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DCEC is #ED2313. Grayscale: #A1A1A1. Windows color (decimal): -15541012 or 15522834. OLE color: 15522834.
HSL color Cylindrical-coordinate representation of color #12DCEC: hue angle of 184.4º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DCEC is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 220 | 236 | - |
| CMYK | 0.92 | 0.07 | 0 | 0.07 |
| HSL | 184.4º | 0.86% | 0.5% | - |
| HSV(B) | 184.4º | 0.92% | 0.93% | - |
| XYZ | 40.98 | 57.37 | 88.27 | - |
| YUV | 161.43 | 170.08 | 25.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 220 | 236 | 0.92 | 0.07 | 0 | 0.07 | 184.4 | 0.86 | 0.5 |
| Hex | 12 | DC | EC | 5C | 7 | 0 | 7 | B8 | 56 | 32 |
| Octal | 22 | 334 | 354 | 134 | 7 | 0 | 7 | 270 | 126 | 62 |
| Binary | 10010 | 11011100 | 11101100 | 1011100 | 111 | 0 | 111 | 10111000 | 1010110 | 110010 |
Color Harmonies of #12DCEC
Complementary color
Monochromatic Colors of #12DCEC
Black with #12DCEC
Text Example
Text Example
White with #12DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DCEC; }
p { color: rgb(18,220,236); }
H1.HeaderClassName
{
color: #12DCEC;
}
.AnyTagClassName
{
color: #12DCEC;
}
</style>
background-color css
<style>
a { background-color: #12DCEC; }
a { background-color: rgb(18,220,236); }
div.DivClassName
{
background-color: #12DCEC;
}
.BgClassName
{
background-color: #12DCEC;
}
</style>
border-color css
<style>
span { border-color: #12DCEC; }
span { border-color: rgb(18,220,236); }
td.TdClassName
{
border-color: #12DCEC;
}
.TagClassName
{
border-color: #12DCEC;
}
</style>