Shades of Turquoise #2CDBCF
Tints of Turquoise #2CDBCF
RGB
CMYK
RGB Variations
Color information
#2CDBCF (or 0x2CDBCF) is known color: Turquoise. HEX triplet: 2C, DB and CF. RGB value is (44,219,207). Sum of RGB (Red+Green+Blue) = 44+219+207=470 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.36% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 219 - color contains mainly: green. Hex color #2CDBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDBCF is #D32430. Grayscale: #A5A5A5. Windows color (decimal): -13837361 or 13622060. OLE color: 13622060.
HSL color Cylindrical-coordinate representation of color #2CDBCF: hue angle of 175.89º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDBCF is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 219 | 207 | - |
| CMYK | 0.80 | 0 | 0.05 | 0.14 |
| HSL | 175.89º | 0.71% | 0.52% | - |
| HSV(B) | 175.89º | 0.8% | 0.86% | - |
| XYZ | 37.63 | 55.7 | 67.8 | - |
| YUV | 165.31 | 151.52 | 41.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 219 | 207 | 0.80 | 0 | 0.05 | 0.14 | 175.89 | 0.71 | 0.52 |
| Hex | 2C | DB | CF | 50 | 0 | 5 | E | B0 | 47 | 34 |
| Octal | 54 | 333 | 317 | 120 | 0 | 5 | 16 | 260 | 107 | 64 |
| Binary | 101100 | 11011011 | 11001111 | 1010000 | 0 | 101 | 1110 | 10110000 | 1000111 | 110100 |
Color Harmonies of #2CDBCF
Complementary color
Monochromatic Colors of #2CDBCF
Black with #2CDBCF
Text Example
Text Example
White with #2CDBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDBCF; }
p { color: rgb(44,219,207); }
H1.HeaderClassName
{
color: #2CDBCF;
}
.AnyTagClassName
{
color: #2CDBCF;
}
</style>
background-color css
<style>
a { background-color: #2CDBCF; }
a { background-color: rgb(44,219,207); }
div.DivClassName
{
background-color: #2CDBCF;
}
.BgClassName
{
background-color: #2CDBCF;
}
</style>
border-color css
<style>
span { border-color: #2CDBCF; }
span { border-color: rgb(44,219,207); }
td.TdClassName
{
border-color: #2CDBCF;
}
.TagClassName
{
border-color: #2CDBCF;
}
</style>