Shades of Bright Turquoise #12DDDD
Tints of Bright Turquoise #12DDDD
RGB
CMYK
RGB Variations
Color information
#12DDDD (or 0x12DDDD) is known color: Bright Turquoise. HEX triplet: 12, DD and DD. RGB value is (18,221,221). Sum of RGB (Red+Green+Blue) = 18+221+221=460 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.91% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #12DDDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DDDD is #ED2222. Grayscale: #A0A0A0. Windows color (decimal): -15540771 or 14540050. OLE color: 14540050.
HSL color Cylindrical-coordinate representation of color #12DDDD: hue angle of 180º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DDDD is Cyan = 0.92, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 221 | 221 | - |
| CMYK | 0.92 | 0 | 0 | 0.13 |
| HSL | 180º | 0.85% | 0.47% | - |
| HSV(B) | 180º | 0.92% | 0.87% | - |
| XYZ | 39.16 | 57.06 | 77.36 | - |
| YUV | 160.3 | 162.25 | 26.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 221 | 221 | 0.92 | 0 | 0 | 0.13 | 180 | 0.85 | 0.47 |
| Hex | 12 | DD | DD | 5C | 0 | 0 | D | B4 | 55 | 2F |
| Octal | 22 | 335 | 335 | 134 | 0 | 0 | 15 | 264 | 125 | 57 |
| Binary | 10010 | 11011101 | 11011101 | 1011100 | 0 | 0 | 1101 | 10110100 | 1010101 | 101111 |
Color Harmonies of #12DDDD
Complementary color
Monochromatic Colors of #12DDDD
Black with #12DDDD
Text Example
Text Example
White with #12DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DDDD; }
p { color: rgb(18,221,221); }
H1.HeaderClassName
{
color: #12DDDD;
}
.AnyTagClassName
{
color: #12DDDD;
}
</style>
background-color css
<style>
a { background-color: #12DDDD; }
a { background-color: rgb(18,221,221); }
div.DivClassName
{
background-color: #12DDDD;
}
.BgClassName
{
background-color: #12DDDD;
}
</style>
border-color css
<style>
span { border-color: #12DDDD; }
span { border-color: rgb(18,221,221); }
td.TdClassName
{
border-color: #12DDDD;
}
.TagClassName
{
border-color: #12DDDD;
}
</style>