Shades of Turquoise #2CDFC7
Tints of Turquoise #2CDFC7
RGB
CMYK
RGB Variations
Color information
#2CDFC7 (or 0x2CDFC7) is known color: Turquoise. HEX triplet: 2C, DF and C7. RGB value is (44,223,199). Sum of RGB (Red+Green+Blue) = 44+223+199=466 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.44% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 199 (78.12% from 255 or 42.70% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #2CDFC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDFC7 is #D32038. Grayscale: #A6A6A6. Windows color (decimal): -13836345 or 13098796. OLE color: 13098796.
HSL color Cylindrical-coordinate representation of color #2CDFC7: hue angle of 171.96º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDFC7 is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 223 | 199 | - |
| CMYK | 0.80 | 0 | 0.11 | 0.13 |
| HSL | 171.96º | 0.74% | 0.52% | - |
| HSV(B) | 171.96º | 0.8% | 0.87% | - |
| XYZ | 37.74 | 57.43 | 63.13 | - |
| YUV | 166.74 | 146.2 | 40.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 223 | 199 | 0.80 | 0 | 0.11 | 0.13 | 171.96 | 0.74 | 0.52 |
| Hex | 2C | DF | C7 | 50 | 0 | B | D | AC | 4A | 34 |
| Octal | 54 | 337 | 307 | 120 | 0 | 13 | 15 | 254 | 112 | 64 |
| Binary | 101100 | 11011111 | 11000111 | 1010000 | 0 | 1011 | 1101 | 10101100 | 1001010 | 110100 |
Color Harmonies of #2CDFC7
Complementary color
Monochromatic Colors of #2CDFC7
Black with #2CDFC7
Text Example
Text Example
White with #2CDFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDFC7; }
p { color: rgb(44,223,199); }
H1.HeaderClassName
{
color: #2CDFC7;
}
.AnyTagClassName
{
color: #2CDFC7;
}
</style>
background-color css
<style>
a { background-color: #2CDFC7; }
a { background-color: rgb(44,223,199); }
div.DivClassName
{
background-color: #2CDFC7;
}
.BgClassName
{
background-color: #2CDFC7;
}
</style>
border-color css
<style>
span { border-color: #2CDFC7; }
span { border-color: rgb(44,223,199); }
td.TdClassName
{
border-color: #2CDFC7;
}
.TagClassName
{
border-color: #2CDFC7;
}
</style>