Shades of Turquoise #2DDAD3
Tints of Turquoise #2DDAD3
RGB
CMYK
RGB Variations
Color information
#2DDAD3 (or 0x2DDAD3) is known color: Turquoise. HEX triplet: 2D, DA and D3. RGB value is (45,218,211). Sum of RGB (Red+Green+Blue) = 45+218+211=474 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.49% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 211 (82.81% from 255 or 44.51% from 474); Max value from RGB is 218 - color contains mainly: green. Hex color #2DDAD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDAD3 is #D2252C. Grayscale: #A5A5A5. Windows color (decimal): -13772077 or 13883949. OLE color: 13883949.
HSL color Cylindrical-coordinate representation of color #2DDAD3: hue angle of 177.57º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DDAD3 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 218 | 211 | - |
| CMYK | 0.79 | 0 | 0.03 | 0.15 |
| HSL | 177.57º | 0.7% | 0.52% | - |
| HSV(B) | 177.57º | 0.79% | 0.85% | - |
| XYZ | 37.91 | 55.4 | 70.32 | - |
| YUV | 165.48 | 153.69 | 42.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 218 | 211 | 0.79 | 0 | 0.03 | 0.15 | 177.57 | 0.7 | 0.52 |
| Hex | 2D | DA | D3 | 4F | 0 | 3 | F | B2 | 46 | 34 |
| Octal | 55 | 332 | 323 | 117 | 0 | 3 | 17 | 262 | 106 | 64 |
| Binary | 101101 | 11011010 | 11010011 | 1001111 | 0 | 11 | 1111 | 10110010 | 1000110 | 110100 |
Color Harmonies of #2DDAD3
Complementary color
Monochromatic Colors of #2DDAD3
Black with #2DDAD3
Text Example
Text Example
White with #2DDAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDAD3; }
p { color: rgb(45,218,211); }
H1.HeaderClassName
{
color: #2DDAD3;
}
.AnyTagClassName
{
color: #2DDAD3;
}
</style>
background-color css
<style>
a { background-color: #2DDAD3; }
a { background-color: rgb(45,218,211); }
div.DivClassName
{
background-color: #2DDAD3;
}
.BgClassName
{
background-color: #2DDAD3;
}
</style>
border-color css
<style>
span { border-color: #2DDAD3; }
span { border-color: rgb(45,218,211); }
td.TdClassName
{
border-color: #2DDAD3;
}
.TagClassName
{
border-color: #2DDAD3;
}
</style>