Shades of Turquoise #2DDAE0
Tints of Turquoise #2DDAE0
RGB
CMYK
RGB Variations
Color information
#2DDAE0 (or 0x2DDAE0) is known color: Turquoise. HEX triplet: 2D, DA and E0. RGB value is (45,218,224). Sum of RGB (Red+Green+Blue) = 45+218+224=487 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.24% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 224 (87.89% from 255 or 46.00% from 487); Max value from RGB is 224 - color contains mainly: blue. Hex color #2DDAE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDAE0 is #D2251F. Grayscale: #A6A6A6. Windows color (decimal): -13772064 or 14735917. OLE color: 14735917.
HSL color Cylindrical-coordinate representation of color #2DDAE0: hue angle of 182.01º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDAE0 is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 45 | 218 | 224 | - |
| CMYK | 0.80 | 0.03 | 0 | 0.12 |
| HSL | 182.01º | 0.74% | 0.53% | - |
| HSV(B) | 182.01º | 0.8% | 0.88% | - |
| XYZ | 39.61 | 56.08 | 79.26 | - |
| YUV | 166.96 | 160.19 | 41.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 218 | 224 | 0.80 | 0.03 | 0 | 0.12 | 182.01 | 0.74 | 0.53 |
| Hex | 2D | DA | E0 | 50 | 3 | 0 | C | B6 | 4A | 35 |
| Octal | 55 | 332 | 340 | 120 | 3 | 0 | 14 | 266 | 112 | 65 |
| Binary | 101101 | 11011010 | 11100000 | 1010000 | 11 | 0 | 1100 | 10110110 | 1001010 | 110101 |
Color Harmonies of #2DDAE0
Complementary color
Monochromatic Colors of #2DDAE0
Black with #2DDAE0
Text Example
Text Example
White with #2DDAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDAE0; }
p { color: rgb(45,218,224); }
H1.HeaderClassName
{
color: #2DDAE0;
}
.AnyTagClassName
{
color: #2DDAE0;
}
</style>
background-color css
<style>
a { background-color: #2DDAE0; }
a { background-color: rgb(45,218,224); }
div.DivClassName
{
background-color: #2DDAE0;
}
.BgClassName
{
background-color: #2DDAE0;
}
</style>
border-color css
<style>
span { border-color: #2DDAE0; }
span { border-color: rgb(45,218,224); }
td.TdClassName
{
border-color: #2DDAE0;
}
.TagClassName
{
border-color: #2DDAE0;
}
</style>