Shades of Turquoise #2CF6DC
Tints of Turquoise #2CF6DC
RGB
CMYK
RGB Variations
Color information
#2CF6DC (or 0x2CF6DC) is known color: Turquoise. HEX triplet: 2C, F6 and DC. RGB value is (44,246,220). Sum of RGB (Red+Green+Blue) = 44+246+220=510 (67% of max value = 765). Red value is 44 (17.58% from 255 or 8.63% from 510); Green value is 246 (96.48% from 255 or 48.24% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 246 - color contains mainly: green. Hex color #2CF6DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CF6DC is #D30923. Grayscale: #B6B6B6. Windows color (decimal): -13830436 or 14480940. OLE color: 14480940.
HSL color Cylindrical-coordinate representation of color #2CF6DC: hue angle of 172.28º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF6DC is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 44 | 246 | 220 | - |
| CMYK | 0.82 | 0 | 0.11 | 0.04 |
| HSL | 172.28º | 0.92% | 0.57% | - |
| HSV(B) | 172.28º | 0.82% | 0.96% | - |
| XYZ | 46.91 | 71.61 | 79.06 | - |
| YUV | 182.64 | 149.08 | 29.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 246 | 220 | 0.82 | 0 | 0.11 | 0.04 | 172.28 | 0.92 | 0.57 |
| Hex | 2C | F6 | DC | 52 | 0 | B | 4 | AC | 5C | 39 |
| Octal | 54 | 366 | 334 | 122 | 0 | 13 | 4 | 254 | 134 | 71 |
| Binary | 101100 | 11110110 | 11011100 | 1010010 | 0 | 1011 | 100 | 10101100 | 1011100 | 111001 |
Color Harmonies of #2CF6DC
Complementary color
Monochromatic Colors of #2CF6DC
Black with #2CF6DC
Text Example
Text Example
White with #2CF6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF6DC; }
p { color: rgb(44,246,220); }
H1.HeaderClassName
{
color: #2CF6DC;
}
.AnyTagClassName
{
color: #2CF6DC;
}
</style>
background-color css
<style>
a { background-color: #2CF6DC; }
a { background-color: rgb(44,246,220); }
div.DivClassName
{
background-color: #2CF6DC;
}
.BgClassName
{
background-color: #2CF6DC;
}
</style>
border-color css
<style>
span { border-color: #2CF6DC; }
span { border-color: rgb(44,246,220); }
td.TdClassName
{
border-color: #2CF6DC;
}
.TagClassName
{
border-color: #2CF6DC;
}
</style>