Shades of Turquoise #2DDAE2
Tints of Turquoise #2DDAE2
RGB
CMYK
RGB Variations
Color information
#2DDAE2 (or 0x2DDAE2) is known color: Turquoise. HEX triplet: 2D, DA and E2. RGB value is (45,218,226). Sum of RGB (Red+Green+Blue) = 45+218+226=489 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.20% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 226 (88.67% from 255 or 46.22% from 489); Max value from RGB is 226 - color contains mainly: blue. Hex color #2DDAE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDAE2 is #D2251D. Grayscale: #A6A6A6. Windows color (decimal): -13772062 or 14866989. OLE color: 14866989.
HSL color Cylindrical-coordinate representation of color #2DDAE2: hue angle of 182.65º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDAE2 is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 45 | 218 | 226 | - |
| CMYK | 0.80 | 0.04 | 0 | 0.11 |
| HSL | 182.65º | 0.76% | 0.53% | - |
| HSV(B) | 182.65º | 0.8% | 0.89% | - |
| XYZ | 39.88 | 56.19 | 80.7 | - |
| YUV | 167.19 | 161.19 | 40.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 218 | 226 | 0.80 | 0.04 | 0 | 0.11 | 182.65 | 0.76 | 0.53 |
| Hex | 2D | DA | E2 | 50 | 4 | 0 | B | B7 | 4C | 35 |
| Octal | 55 | 332 | 342 | 120 | 4 | 0 | 13 | 267 | 114 | 65 |
| Binary | 101101 | 11011010 | 11100010 | 1010000 | 100 | 0 | 1011 | 10110111 | 1001100 | 110101 |
Color Harmonies of #2DDAE2
Complementary color
Monochromatic Colors of #2DDAE2
Black with #2DDAE2
Text Example
Text Example
White with #2DDAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDAE2; }
p { color: rgb(45,218,226); }
H1.HeaderClassName
{
color: #2DDAE2;
}
.AnyTagClassName
{
color: #2DDAE2;
}
</style>
background-color css
<style>
a { background-color: #2DDAE2; }
a { background-color: rgb(45,218,226); }
div.DivClassName
{
background-color: #2DDAE2;
}
.BgClassName
{
background-color: #2DDAE2;
}
</style>
border-color css
<style>
span { border-color: #2DDAE2; }
span { border-color: rgb(45,218,226); }
td.TdClassName
{
border-color: #2DDAE2;
}
.TagClassName
{
border-color: #2DDAE2;
}
</style>