Shades of Dark Turquoise #12CFDC
Tints of Dark Turquoise #12CFDC
RGB
CMYK
RGB Variations
Color information
#12CFDC (or 0x12CFDC) is known color: Dark Turquoise. HEX triplet: 12, CF and DC. RGB value is (18,207,220). Sum of RGB (Red+Green+Blue) = 18+207+220=445 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.04% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #12CFDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CFDC is #ED3023. Grayscale: #979797. Windows color (decimal): -15544356 or 14470930. OLE color: 14470930.
HSL color Cylindrical-coordinate representation of color #12CFDC: hue angle of 183.86º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12CFDC is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 207 | 220 | - |
| CMYK | 0.92 | 0.06 | 0 | 0.14 |
| HSL | 183.86º | 0.85% | 0.47% | - |
| HSV(B) | 183.86º | 0.92% | 0.86% | - |
| XYZ | 35.48 | 49.92 | 75.48 | - |
| YUV | 151.97 | 166.38 | 32.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 220 | 0.92 | 0.06 | 0 | 0.14 | 183.86 | 0.85 | 0.47 |
| Hex | 12 | CF | DC | 5C | 6 | 0 | E | B8 | 55 | 2F |
| Octal | 22 | 317 | 334 | 134 | 6 | 0 | 16 | 270 | 125 | 57 |
| Binary | 10010 | 11001111 | 11011100 | 1011100 | 110 | 0 | 1110 | 10111000 | 1010101 | 101111 |
Color Harmonies of #12CFDC
Complementary color
Monochromatic Colors of #12CFDC
Black with #12CFDC
Text Example
Text Example
White with #12CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CFDC; }
p { color: rgb(18,207,220); }
H1.HeaderClassName
{
color: #12CFDC;
}
.AnyTagClassName
{
color: #12CFDC;
}
</style>
background-color css
<style>
a { background-color: #12CFDC; }
a { background-color: rgb(18,207,220); }
div.DivClassName
{
background-color: #12CFDC;
}
.BgClassName
{
background-color: #12CFDC;
}
</style>
border-color css
<style>
span { border-color: #12CFDC; }
span { border-color: rgb(18,207,220); }
td.TdClassName
{
border-color: #12CFDC;
}
.TagClassName
{
border-color: #12CFDC;
}
</style>