Shades of Turquoise #2CDBCB
Tints of Turquoise #2CDBCB
RGB
CMYK
RGB Variations
Color information
#2CDBCB (or 0x2CDBCB) is known color: Turquoise. HEX triplet: 2C, DB and CB. RGB value is (44,219,203). Sum of RGB (Red+Green+Blue) = 44+219+203=466 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.44% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #2CDBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDBCB is #D32434. Grayscale: #A4A4A4. Windows color (decimal): -13837365 or 13359916. OLE color: 13359916.
HSL color Cylindrical-coordinate representation of color #2CDBCB: hue angle of 174.51º 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 #2CDBCB is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 219 | 203 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.14 |
| HSL | 174.51º | 0.71% | 0.52% | - |
| HSV(B) | 174.51º | 0.8% | 0.86% | - |
| XYZ | 37.15 | 55.51 | 65.26 | - |
| YUV | 164.85 | 149.52 | 41.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 219 | 203 | 0.80 | 0 | 0.07 | 0.14 | 174.51 | 0.71 | 0.52 |
| Hex | 2C | DB | CB | 50 | 0 | 7 | E | AF | 47 | 34 |
| Octal | 54 | 333 | 313 | 120 | 0 | 7 | 16 | 257 | 107 | 64 |
| Binary | 101100 | 11011011 | 11001011 | 1010000 | 0 | 111 | 1110 | 10101111 | 1000111 | 110100 |
Color Harmonies of #2CDBCB
Complementary color
Monochromatic Colors of #2CDBCB
Black with #2CDBCB
Text Example
Text Example
White with #2CDBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDBCB; }
p { color: rgb(44,219,203); }
H1.HeaderClassName
{
color: #2CDBCB;
}
.AnyTagClassName
{
color: #2CDBCB;
}
</style>
background-color css
<style>
a { background-color: #2CDBCB; }
a { background-color: rgb(44,219,203); }
div.DivClassName
{
background-color: #2CDBCB;
}
.BgClassName
{
background-color: #2CDBCB;
}
</style>
border-color css
<style>
span { border-color: #2CDBCB; }
span { border-color: rgb(44,219,203); }
td.TdClassName
{
border-color: #2CDBCB;
}
.TagClassName
{
border-color: #2CDBCB;
}
</style>