Shades of Turquoise #2DDBCB
Tints of Turquoise #2DDBCB
RGB
CMYK
RGB Variations
Color information
#2DDBCB (or 0x2DDBCB) is known color: Turquoise. HEX triplet: 2D, DB and CB. RGB value is (45,219,203). Sum of RGB (Red+Green+Blue) = 45+219+203=467 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.64% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #2DDBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDBCB is #D22434. Grayscale: #A5A5A5. Windows color (decimal): -13771829 or 13359917. OLE color: 13359917.
HSL color Cylindrical-coordinate representation of color #2DDBCB: hue angle of 174.48º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DDBCB is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 219 | 203 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.14 |
| HSL | 174.48º | 0.71% | 0.52% | - |
| HSV(B) | 174.48º | 0.79% | 0.86% | - |
| XYZ | 37.19 | 55.53 | 65.26 | - |
| YUV | 165.15 | 149.35 | 42.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 219 | 203 | 0.79 | 0 | 0.07 | 0.14 | 174.48 | 0.71 | 0.52 |
| Hex | 2D | DB | CB | 4F | 0 | 7 | E | AE | 47 | 34 |
| Octal | 55 | 333 | 313 | 117 | 0 | 7 | 16 | 256 | 107 | 64 |
| Binary | 101101 | 11011011 | 11001011 | 1001111 | 0 | 111 | 1110 | 10101110 | 1000111 | 110100 |
Color Harmonies of #2DDBCB
Complementary color
Monochromatic Colors of #2DDBCB
Black with #2DDBCB
Text Example
Text Example
White with #2DDBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDBCB; }
p { color: rgb(45,219,203); }
H1.HeaderClassName
{
color: #2DDBCB;
}
.AnyTagClassName
{
color: #2DDBCB;
}
</style>
background-color css
<style>
a { background-color: #2DDBCB; }
a { background-color: rgb(45,219,203); }
div.DivClassName
{
background-color: #2DDBCB;
}
.BgClassName
{
background-color: #2DDBCB;
}
</style>
border-color css
<style>
span { border-color: #2DDBCB; }
span { border-color: rgb(45,219,203); }
td.TdClassName
{
border-color: #2DDBCB;
}
.TagClassName
{
border-color: #2DDBCB;
}
</style>