Shades of Bright Turquoise #12DCD7
Tints of Bright Turquoise #12DCD7
RGB
CMYK
RGB Variations
Color information
#12DCD7 (or 0x12DCD7) is known color: Bright Turquoise. HEX triplet: 12, DC and D7. RGB value is (18,220,215). Sum of RGB (Red+Green+Blue) = 18+220+215=453 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.97% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 215 (84.38% from 255 or 47.46% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #12DCD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DCD7 is #ED2328. Grayscale: #9E9E9E. Windows color (decimal): -15541033 or 14146578. OLE color: 14146578.
HSL color Cylindrical-coordinate representation of color #12DCD7: hue angle of 178.51º 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 #12DCD7 is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 220 | 215 | - |
| CMYK | 0.92 | 0 | 0.02 | 0.14 |
| HSL | 178.51º | 0.85% | 0.47% | - |
| HSV(B) | 178.51º | 0.92% | 0.86% | - |
| XYZ | 38.11 | 56.22 | 73.13 | - |
| YUV | 159.03 | 159.58 | 27.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 220 | 215 | 0.92 | 0 | 0.02 | 0.14 | 178.51 | 0.85 | 0.47 |
| Hex | 12 | DC | D7 | 5C | 0 | 2 | E | B3 | 55 | 2F |
| Octal | 22 | 334 | 327 | 134 | 0 | 2 | 16 | 263 | 125 | 57 |
| Binary | 10010 | 11011100 | 11010111 | 1011100 | 0 | 10 | 1110 | 10110011 | 1010101 | 101111 |
Color Harmonies of #12DCD7
Complementary color
Monochromatic Colors of #12DCD7
Black with #12DCD7
Text Example
Text Example
White with #12DCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DCD7; }
p { color: rgb(18,220,215); }
H1.HeaderClassName
{
color: #12DCD7;
}
.AnyTagClassName
{
color: #12DCD7;
}
</style>
background-color css
<style>
a { background-color: #12DCD7; }
a { background-color: rgb(18,220,215); }
div.DivClassName
{
background-color: #12DCD7;
}
.BgClassName
{
background-color: #12DCD7;
}
</style>
border-color css
<style>
span { border-color: #12DCD7; }
span { border-color: rgb(18,220,215); }
td.TdClassName
{
border-color: #12DCD7;
}
.TagClassName
{
border-color: #12DCD7;
}
</style>