Shades of Dark Turquoise #12CCDF
Tints of Dark Turquoise #12CCDF
RGB
CMYK
RGB Variations
Color information
#12CCDF (or 0x12CCDF) is known color: Dark Turquoise. HEX triplet: 12, CC and DF. RGB value is (18,204,223). Sum of RGB (Red+Green+Blue) = 18+204+223=445 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.04% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #12CCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CCDF is #ED3320. Grayscale: #969696. Windows color (decimal): -15545121 or 14666770. OLE color: 14666770.
HSL color Cylindrical-coordinate representation of color #12CCDF: hue angle of 185.56º 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 #12CCDF is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 204 | 223 | - |
| CMYK | 0.92 | 0.09 | 0 | 0.13 |
| HSL | 185.56º | 0.85% | 0.47% | - |
| HSV(B) | 185.56º | 0.92% | 0.87% | - |
| XYZ | 35.16 | 48.64 | 77.35 | - |
| YUV | 150.55 | 168.88 | 33.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 204 | 223 | 0.92 | 0.09 | 0 | 0.13 | 185.56 | 0.85 | 0.47 |
| Hex | 12 | CC | DF | 5C | 9 | 0 | D | BA | 55 | 2F |
| Octal | 22 | 314 | 337 | 134 | 11 | 0 | 15 | 272 | 125 | 57 |
| Binary | 10010 | 11001100 | 11011111 | 1011100 | 1001 | 0 | 1101 | 10111010 | 1010101 | 101111 |
Color Harmonies of #12CCDF
Complementary color
Monochromatic Colors of #12CCDF
Black with #12CCDF
Text Example
Text Example
White with #12CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CCDF; }
p { color: rgb(18,204,223); }
H1.HeaderClassName
{
color: #12CCDF;
}
.AnyTagClassName
{
color: #12CCDF;
}
</style>
background-color css
<style>
a { background-color: #12CCDF; }
a { background-color: rgb(18,204,223); }
div.DivClassName
{
background-color: #12CCDF;
}
.BgClassName
{
background-color: #12CCDF;
}
</style>
border-color css
<style>
span { border-color: #12CCDF; }
span { border-color: rgb(18,204,223); }
td.TdClassName
{
border-color: #12CCDF;
}
.TagClassName
{
border-color: #12CCDF;
}
</style>