Shades of Dark Turquoise #12CCD3
Tints of Dark Turquoise #12CCD3
RGB
CMYK
RGB Variations
Color information
#12CCD3 (or 0x12CCD3) is known color: Dark Turquoise. HEX triplet: 12, CC and D3. RGB value is (18,204,211). Sum of RGB (Red+Green+Blue) = 18+204+211=433 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.16% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 211 (82.81% from 255 or 48.73% from 433); Max value from RGB is 211 - color contains mainly: blue. Hex color #12CCD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CCD3 is #ED332C. Grayscale: #949494. Windows color (decimal): -15545133 or 13880338. OLE color: 13880338.
HSL color Cylindrical-coordinate representation of color #12CCD3: hue angle of 182.18º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CCD3 is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 18 | 204 | 211 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.17 |
| HSL | 182.18º | 0.84% | 0.45% | - |
| HSV(B) | 182.18º | 0.91% | 0.83% | - |
| XYZ | 33.6 | 48.02 | 69.13 | - |
| YUV | 149.18 | 162.88 | 34.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 204 | 211 | 0.91 | 0.03 | 0 | 0.17 | 182.18 | 0.84 | 0.45 |
| Hex | 12 | CC | D3 | 5B | 3 | 0 | 11 | B6 | 54 | 2D |
| Octal | 22 | 314 | 323 | 133 | 3 | 0 | 21 | 266 | 124 | 55 |
| Binary | 10010 | 11001100 | 11010011 | 1011011 | 11 | 0 | 10001 | 10110110 | 1010100 | 101101 |
Color Harmonies of #12CCD3
Complementary color
Monochromatic Colors of #12CCD3
Black with #12CCD3
Text Example
Text Example
White with #12CCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CCD3; }
p { color: rgb(18,204,211); }
H1.HeaderClassName
{
color: #12CCD3;
}
.AnyTagClassName
{
color: #12CCD3;
}
</style>
background-color css
<style>
a { background-color: #12CCD3; }
a { background-color: rgb(18,204,211); }
div.DivClassName
{
background-color: #12CCD3;
}
.BgClassName
{
background-color: #12CCD3;
}
</style>
border-color css
<style>
span { border-color: #12CCD3; }
span { border-color: rgb(18,204,211); }
td.TdClassName
{
border-color: #12CCD3;
}
.TagClassName
{
border-color: #12CCD3;
}
</style>