Shades of Turquoise #2CD7DF
Tints of Turquoise #2CD7DF
RGB
CMYK
RGB Variations
Color information
#2CD7DF (or 0x2CD7DF) is known color: Turquoise. HEX triplet: 2C, D7 and DF. RGB value is (44,215,223). Sum of RGB (Red+Green+Blue) = 44+215+223=482 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.13% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #2CD7DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CD7DF is #D32820. Grayscale: #A4A4A4. Windows color (decimal): -13838369 or 14669612. OLE color: 14669612.
HSL color Cylindrical-coordinate representation of color #2CD7DF: hue angle of 182.68º 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 #2CD7DF is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 215 | 223 | - |
| CMYK | 0.80 | 0.04 | 0 | 0.13 |
| HSL | 182.68º | 0.74% | 0.52% | - |
| HSV(B) | 182.68º | 0.8% | 0.87% | - |
| XYZ | 38.66 | 54.46 | 78.29 | - |
| YUV | 164.78 | 160.85 | 41.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 215 | 223 | 0.80 | 0.04 | 0 | 0.13 | 182.68 | 0.74 | 0.52 |
| Hex | 2C | D7 | DF | 50 | 4 | 0 | D | B7 | 4A | 34 |
| Octal | 54 | 327 | 337 | 120 | 4 | 0 | 15 | 267 | 112 | 64 |
| Binary | 101100 | 11010111 | 11011111 | 1010000 | 100 | 0 | 1101 | 10110111 | 1001010 | 110100 |
Color Harmonies of #2CD7DF
Complementary color
Monochromatic Colors of #2CD7DF
Black with #2CD7DF
Text Example
Text Example
White with #2CD7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD7DF; }
p { color: rgb(44,215,223); }
H1.HeaderClassName
{
color: #2CD7DF;
}
.AnyTagClassName
{
color: #2CD7DF;
}
</style>
background-color css
<style>
a { background-color: #2CD7DF; }
a { background-color: rgb(44,215,223); }
div.DivClassName
{
background-color: #2CD7DF;
}
.BgClassName
{
background-color: #2CD7DF;
}
</style>
border-color css
<style>
span { border-color: #2CD7DF; }
span { border-color: rgb(44,215,223); }
td.TdClassName
{
border-color: #2CD7DF;
}
.TagClassName
{
border-color: #2CD7DF;
}
</style>