Shades of Turquoise #2DDDE9
Tints of Turquoise #2DDDE9
RGB
CMYK
RGB Variations
Color information
#2DDDE9 (or 0x2DDDE9) is known color: Turquoise. HEX triplet: 2D, DD and E9. RGB value is (45,221,233). Sum of RGB (Red+Green+Blue) = 45+221+233=499 (66% of max value = 765). Red value is 45 (17.97% from 255 or 9.02% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 233 (91.41% from 255 or 46.69% from 499); Max value from RGB is 233 - color contains mainly: blue. Hex color #2DDDE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDDE9 is #D22216. Grayscale: #A9A9A9. Windows color (decimal): -13771287 or 15326509. OLE color: 15326509.
HSL color Cylindrical-coordinate representation of color #2DDDE9: hue angle of 183.83º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DDDE9 is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 45 | 221 | 233 | - |
| CMYK | 0.81 | 0.05 | 0 | 0.09 |
| HSL | 183.83º | 0.81% | 0.55% | - |
| HSV(B) | 183.83º | 0.81% | 0.91% | - |
| XYZ | 41.65 | 58.15 | 86.12 | - |
| YUV | 169.74 | 163.69 | 39.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 221 | 233 | 0.81 | 0.05 | 0 | 0.09 | 183.83 | 0.81 | 0.55 |
| Hex | 2D | DD | E9 | 51 | 5 | 0 | 9 | B8 | 51 | 37 |
| Octal | 55 | 335 | 351 | 121 | 5 | 0 | 11 | 270 | 121 | 67 |
| Binary | 101101 | 11011101 | 11101001 | 1010001 | 101 | 0 | 1001 | 10111000 | 1010001 | 110111 |
Color Harmonies of #2DDDE9
Complementary color
Monochromatic Colors of #2DDDE9
Black with #2DDDE9
Text Example
Text Example
White with #2DDDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDDE9; }
p { color: rgb(45,221,233); }
H1.HeaderClassName
{
color: #2DDDE9;
}
.AnyTagClassName
{
color: #2DDDE9;
}
</style>
background-color css
<style>
a { background-color: #2DDDE9; }
a { background-color: rgb(45,221,233); }
div.DivClassName
{
background-color: #2DDDE9;
}
.BgClassName
{
background-color: #2DDDE9;
}
</style>
border-color css
<style>
span { border-color: #2DDDE9; }
span { border-color: rgb(45,221,233); }
td.TdClassName
{
border-color: #2DDDE9;
}
.TagClassName
{
border-color: #2DDDE9;
}
</style>