Shades of Turquoise #2DDCDB
Tints of Turquoise #2DDCDB
RGB
CMYK
RGB Variations
Color information
#2DDCDB (or 0x2DDCDB) is known color: Turquoise. HEX triplet: 2D, DC and DB. RGB value is (45,220,219). Sum of RGB (Red+Green+Blue) = 45+220+219=484 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.30% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #2DDCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDCDB is #D22324. Grayscale: #A7A7A7. Windows color (decimal): -13771557 or 14408749. OLE color: 14408749.
HSL color Cylindrical-coordinate representation of color #2DDCDB: hue angle of 179.66º 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 #2DDCDB is Cyan = 0.80, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 220 | 219 | - |
| CMYK | 0.80 | 0 | 0.00 | 0.14 |
| HSL | 179.66º | 0.71% | 0.52% | - |
| HSV(B) | 179.66º | 0.8% | 0.86% | - |
| XYZ | 39.46 | 56.86 | 75.91 | - |
| YUV | 167.56 | 157.02 | 40.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 220 | 219 | 0.80 | 0 | 0.00 | 0.14 | 179.66 | 0.71 | 0.52 |
| Hex | 2D | DC | DB | 50 | 0 | 0 | E | B4 | 47 | 34 |
| Octal | 55 | 334 | 333 | 120 | 0 | 0 | 16 | 264 | 107 | 64 |
| Binary | 101101 | 11011100 | 11011011 | 1010000 | 0 | 0 | 1110 | 10110100 | 1000111 | 110100 |
Color Harmonies of #2DDCDB
Complementary color
Monochromatic Colors of #2DDCDB
Black with #2DDCDB
Text Example
Text Example
White with #2DDCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDCDB; }
p { color: rgb(45,220,219); }
H1.HeaderClassName
{
color: #2DDCDB;
}
.AnyTagClassName
{
color: #2DDCDB;
}
</style>
background-color css
<style>
a { background-color: #2DDCDB; }
a { background-color: rgb(45,220,219); }
div.DivClassName
{
background-color: #2DDCDB;
}
.BgClassName
{
background-color: #2DDCDB;
}
</style>
border-color css
<style>
span { border-color: #2DDCDB; }
span { border-color: rgb(45,220,219); }
td.TdClassName
{
border-color: #2DDCDB;
}
.TagClassName
{
border-color: #2DDCDB;
}
</style>