Shades of Turquoise #2DDBE3
Tints of Turquoise #2DDBE3
RGB
CMYK
RGB Variations
Color information
#2DDBE3 (or 0x2DDBE3) is known color: Turquoise. HEX triplet: 2D, DB and E3. RGB value is (45,219,227). Sum of RGB (Red+Green+Blue) = 45+219+227=491 (65% of max value = 765). Red value is 45 (17.97% from 255 or 9.16% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 227 (89.06% from 255 or 46.23% from 491); Max value from RGB is 227 - color contains mainly: blue. Hex color #2DDBE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDBE3 is #D2241C. Grayscale: #A7A7A7. Windows color (decimal): -13771805 or 14932781. OLE color: 14932781.
HSL color Cylindrical-coordinate representation of color #2DDBE3: hue angle of 182.64º 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 #2DDBE3 is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 45 | 219 | 227 | - |
| CMYK | 0.80 | 0.04 | 0 | 0.11 |
| HSL | 182.64º | 0.76% | 0.53% | - |
| HSV(B) | 182.64º | 0.8% | 0.89% | - |
| XYZ | 40.28 | 56.77 | 81.51 | - |
| YUV | 167.89 | 161.35 | 40.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 219 | 227 | 0.80 | 0.04 | 0 | 0.11 | 182.64 | 0.76 | 0.53 |
| Hex | 2D | DB | E3 | 50 | 4 | 0 | B | B7 | 4C | 35 |
| Octal | 55 | 333 | 343 | 120 | 4 | 0 | 13 | 267 | 114 | 65 |
| Binary | 101101 | 11011011 | 11100011 | 1010000 | 100 | 0 | 1011 | 10110111 | 1001100 | 110101 |
Color Harmonies of #2DDBE3
Complementary color
Monochromatic Colors of #2DDBE3
Black with #2DDBE3
Text Example
Text Example
White with #2DDBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDBE3; }
p { color: rgb(45,219,227); }
H1.HeaderClassName
{
color: #2DDBE3;
}
.AnyTagClassName
{
color: #2DDBE3;
}
</style>
background-color css
<style>
a { background-color: #2DDBE3; }
a { background-color: rgb(45,219,227); }
div.DivClassName
{
background-color: #2DDBE3;
}
.BgClassName
{
background-color: #2DDBE3;
}
</style>
border-color css
<style>
span { border-color: #2DDBE3; }
span { border-color: rgb(45,219,227); }
td.TdClassName
{
border-color: #2DDBE3;
}
.TagClassName
{
border-color: #2DDBE3;
}
</style>