Shades of Turquoise #2DDBD5
Tints of Turquoise #2DDBD5
RGB
CMYK
RGB Variations
Color information
#2DDBD5 (or 0x2DDBD5) is known color: Turquoise. HEX triplet: 2D, DB and D5. RGB value is (45,219,213). Sum of RGB (Red+Green+Blue) = 45+219+213=477 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.43% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 213 (83.59% from 255 or 44.65% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #2DDBD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDBD5 is #D2242A. Grayscale: #A6A6A6. Windows color (decimal): -13771819 or 14015277. OLE color: 14015277.
HSL color Cylindrical-coordinate representation of color #2DDBD5: hue angle of 177.93º 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 #2DDBD5 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 219 | 213 | - |
| CMYK | 0.79 | 0 | 0.03 | 0.14 |
| HSL | 177.93º | 0.71% | 0.52% | - |
| HSV(B) | 177.93º | 0.79% | 0.86% | - |
| XYZ | 38.42 | 56.03 | 71.74 | - |
| YUV | 166.29 | 154.35 | 41.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 219 | 213 | 0.79 | 0 | 0.03 | 0.14 | 177.93 | 0.71 | 0.52 |
| Hex | 2D | DB | D5 | 4F | 0 | 3 | E | B2 | 47 | 34 |
| Octal | 55 | 333 | 325 | 117 | 0 | 3 | 16 | 262 | 107 | 64 |
| Binary | 101101 | 11011011 | 11010101 | 1001111 | 0 | 11 | 1110 | 10110010 | 1000111 | 110100 |
Color Harmonies of #2DDBD5
Complementary color
Monochromatic Colors of #2DDBD5
Black with #2DDBD5
Text Example
Text Example
White with #2DDBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDBD5; }
p { color: rgb(45,219,213); }
H1.HeaderClassName
{
color: #2DDBD5;
}
.AnyTagClassName
{
color: #2DDBD5;
}
</style>
background-color css
<style>
a { background-color: #2DDBD5; }
a { background-color: rgb(45,219,213); }
div.DivClassName
{
background-color: #2DDBD5;
}
.BgClassName
{
background-color: #2DDBD5;
}
</style>
border-color css
<style>
span { border-color: #2DDBD5; }
span { border-color: rgb(45,219,213); }
td.TdClassName
{
border-color: #2DDBD5;
}
.TagClassName
{
border-color: #2DDBD5;
}
</style>