Shades of Bright Turquoise #12DFD1
Tints of Bright Turquoise #12DFD1
RGB
CMYK
RGB Variations
Color information
#12DFD1 (or 0x12DFD1) is known color: Bright Turquoise. HEX triplet: 12, DF and D1. RGB value is (18,223,209). Sum of RGB (Red+Green+Blue) = 18+223+209=450 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4% from 450); Green value is 223 (87.5% from 255 or 49.56% from 450); Blue value is 209 (82.03% from 255 or 46.44% from 450); Max value from RGB is 223 - color contains mainly: green. Hex color #12DFD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DFD1 is #ED202E. Grayscale: #9F9F9F. Windows color (decimal): -15540271 or 13754130. OLE color: 13754130.
HSL color Cylindrical-coordinate representation of color #12DFD1: hue angle of 175.9º 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 #12DFD1 is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 223 | 209 | - |
| CMYK | 0.92 | 0 | 0.06 | 0.13 |
| HSL | 175.9º | 0.85% | 0.47% | - |
| HSV(B) | 175.9º | 0.92% | 0.87% | - |
| XYZ | 38.15 | 57.51 | 69.41 | - |
| YUV | 160.11 | 155.58 | 26.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 223 | 209 | 0.92 | 0 | 0.06 | 0.13 | 175.9 | 0.85 | 0.47 |
| Hex | 12 | DF | D1 | 5C | 0 | 6 | D | B0 | 55 | 2F |
| Octal | 22 | 337 | 321 | 134 | 0 | 6 | 15 | 260 | 125 | 57 |
| Binary | 10010 | 11011111 | 11010001 | 1011100 | 0 | 110 | 1101 | 10110000 | 1010101 | 101111 |
Color Harmonies of #12DFD1
Complementary color
Monochromatic Colors of #12DFD1
Black with #12DFD1
Text Example
Text Example
White with #12DFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DFD1; }
p { color: rgb(18,223,209); }
H1.HeaderClassName
{
color: #12DFD1;
}
.AnyTagClassName
{
color: #12DFD1;
}
</style>
background-color css
<style>
a { background-color: #12DFD1; }
a { background-color: rgb(18,223,209); }
div.DivClassName
{
background-color: #12DFD1;
}
.BgClassName
{
background-color: #12DFD1;
}
</style>
border-color css
<style>
span { border-color: #12DFD1; }
span { border-color: rgb(18,223,209); }
td.TdClassName
{
border-color: #12DFD1;
}
.TagClassName
{
border-color: #12DFD1;
}
</style>