Shades of Bright Turquoise #12DDDF
Tints of Bright Turquoise #12DDDF
RGB
CMYK
RGB Variations
Color information
#12DDDF (or 0x12DDDF) is known color: Bright Turquoise. HEX triplet: 12, DD and DF. RGB value is (18,221,223). Sum of RGB (Red+Green+Blue) = 18+221+223=462 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.90% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #12DDDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DDDF is #ED2220. Grayscale: #A0A0A0. Windows color (decimal): -15540769 or 14671122. OLE color: 14671122.
HSL color Cylindrical-coordinate representation of color #12DDDF: hue angle of 180.59º 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 #12DDDF is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 221 | 223 | - |
| CMYK | 0.92 | 0.01 | 0 | 0.13 |
| HSL | 180.59º | 0.85% | 0.47% | - |
| HSV(B) | 180.59º | 0.92% | 0.87% | - |
| XYZ | 39.43 | 57.17 | 78.77 | - |
| YUV | 160.53 | 163.25 | 26.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 221 | 223 | 0.92 | 0.01 | 0 | 0.13 | 180.59 | 0.85 | 0.47 |
| Hex | 12 | DD | DF | 5C | 1 | 0 | D | B5 | 55 | 2F |
| Octal | 22 | 335 | 337 | 134 | 1 | 0 | 15 | 265 | 125 | 57 |
| Binary | 10010 | 11011101 | 11011111 | 1011100 | 1 | 0 | 1101 | 10110101 | 1010101 | 101111 |
Color Harmonies of #12DDDF
Complementary color
Monochromatic Colors of #12DDDF
Black with #12DDDF
Text Example
Text Example
White with #12DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DDDF; }
p { color: rgb(18,221,223); }
H1.HeaderClassName
{
color: #12DDDF;
}
.AnyTagClassName
{
color: #12DDDF;
}
</style>
background-color css
<style>
a { background-color: #12DDDF; }
a { background-color: rgb(18,221,223); }
div.DivClassName
{
background-color: #12DDDF;
}
.BgClassName
{
background-color: #12DDDF;
}
</style>
border-color css
<style>
span { border-color: #12DDDF; }
span { border-color: rgb(18,221,223); }
td.TdClassName
{
border-color: #12DDDF;
}
.TagClassName
{
border-color: #12DDDF;
}
</style>