Shades of Bright Turquoise #12DCCD
Tints of Bright Turquoise #12DCCD
RGB
CMYK
RGB Variations
Color information
#12DCCD (or 0x12DCCD) is known color: Bright Turquoise. HEX triplet: 12, DC and CD. RGB value is (18,220,205). Sum of RGB (Red+Green+Blue) = 18+220+205=443 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.06% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 220 - color contains mainly: green. Hex color #12DCCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DCCD is #ED2332. Grayscale: #9D9D9D. Windows color (decimal): -15541043 or 13491218. OLE color: 13491218.
HSL color Cylindrical-coordinate representation of color #12DCCD: hue angle of 175.54º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DCCD is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 220 | 205 | - |
| CMYK | 0.92 | 0 | 0.07 | 0.14 |
| HSL | 175.54º | 0.85% | 0.47% | - |
| HSV(B) | 175.54º | 0.92% | 0.86% | - |
| XYZ | 36.86 | 55.72 | 66.57 | - |
| YUV | 157.89 | 154.58 | 28.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 220 | 205 | 0.92 | 0 | 0.07 | 0.14 | 175.54 | 0.85 | 0.47 |
| Hex | 12 | DC | CD | 5C | 0 | 7 | E | B0 | 55 | 2F |
| Octal | 22 | 334 | 315 | 134 | 0 | 7 | 16 | 260 | 125 | 57 |
| Binary | 10010 | 11011100 | 11001101 | 1011100 | 0 | 111 | 1110 | 10110000 | 1010101 | 101111 |
Color Harmonies of #12DCCD
Complementary color
Monochromatic Colors of #12DCCD
Black with #12DCCD
Text Example
Text Example
White with #12DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DCCD; }
p { color: rgb(18,220,205); }
H1.HeaderClassName
{
color: #12DCCD;
}
.AnyTagClassName
{
color: #12DCCD;
}
</style>
background-color css
<style>
a { background-color: #12DCCD; }
a { background-color: rgb(18,220,205); }
div.DivClassName
{
background-color: #12DCCD;
}
.BgClassName
{
background-color: #12DCCD;
}
</style>
border-color css
<style>
span { border-color: #12DCCD; }
span { border-color: rgb(18,220,205); }
td.TdClassName
{
border-color: #12DCCD;
}
.TagClassName
{
border-color: #12DCCD;
}
</style>