Shades of Turquoise #2DDCDA
Tints of Turquoise #2DDCDA
RGB
CMYK
RGB Variations
Color information
#2DDCDA (or 0x2DDCDA) is known color: Turquoise. HEX triplet: 2D, DC and DA. RGB value is (45,220,218). Sum of RGB (Red+Green+Blue) = 45+220+218=483 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.32% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #2DDCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDCDA is #D22325. Grayscale: #A7A7A7. Windows color (decimal): -13771558 or 14343213. OLE color: 14343213.
HSL color Cylindrical-coordinate representation of color #2DDCDA: hue angle of 179.31º 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 #2DDCDA is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 220 | 218 | - |
| CMYK | 0.80 | 0 | 0.01 | 0.14 |
| HSL | 179.31º | 0.71% | 0.52% | - |
| HSV(B) | 179.31º | 0.8% | 0.86% | - |
| XYZ | 39.33 | 56.81 | 75.22 | - |
| YUV | 167.45 | 156.52 | 40.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 220 | 218 | 0.80 | 0 | 0.01 | 0.14 | 179.31 | 0.71 | 0.52 |
| Hex | 2D | DC | DA | 50 | 0 | 1 | E | B3 | 47 | 34 |
| Octal | 55 | 334 | 332 | 120 | 0 | 1 | 16 | 263 | 107 | 64 |
| Binary | 101101 | 11011100 | 11011010 | 1010000 | 0 | 1 | 1110 | 10110011 | 1000111 | 110100 |
Color Harmonies of #2DDCDA
Complementary color
Monochromatic Colors of #2DDCDA
Black with #2DDCDA
Text Example
Text Example
White with #2DDCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDCDA; }
p { color: rgb(45,220,218); }
H1.HeaderClassName
{
color: #2DDCDA;
}
.AnyTagClassName
{
color: #2DDCDA;
}
</style>
background-color css
<style>
a { background-color: #2DDCDA; }
a { background-color: rgb(45,220,218); }
div.DivClassName
{
background-color: #2DDCDA;
}
.BgClassName
{
background-color: #2DDCDA;
}
</style>
border-color css
<style>
span { border-color: #2DDCDA; }
span { border-color: rgb(45,220,218); }
td.TdClassName
{
border-color: #2DDCDA;
}
.TagClassName
{
border-color: #2DDCDA;
}
</style>