Shades of Turquoise #2DDDEC
Tints of Turquoise #2DDDEC
RGB
CMYK
RGB Variations
Color information
#2DDDEC (or 0x2DDDEC) is known color: Turquoise. HEX triplet: 2D, DD and EC. RGB value is (45,221,236). Sum of RGB (Red+Green+Blue) = 45+221+236=502 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.96% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #2DDDEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDDEC is #D22213. Grayscale: #A9A9A9. Windows color (decimal): -13771284 or 15523117. OLE color: 15523117.
HSL color Cylindrical-coordinate representation of color #2DDDEC: hue angle of 184.71º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DDDEC is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 221 | 236 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.07 |
| HSL | 184.71º | 0.83% | 0.55% | - |
| HSV(B) | 184.71º | 0.81% | 0.93% | - |
| XYZ | 42.08 | 58.33 | 88.4 | - |
| YUV | 170.09 | 165.19 | 38.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 221 | 236 | 0.81 | 0.06 | 0 | 0.07 | 184.71 | 0.83 | 0.55 |
| Hex | 2D | DD | EC | 51 | 6 | 0 | 7 | B9 | 53 | 37 |
| Octal | 55 | 335 | 354 | 121 | 6 | 0 | 7 | 271 | 123 | 67 |
| Binary | 101101 | 11011101 | 11101100 | 1010001 | 110 | 0 | 111 | 10111001 | 1010011 | 110111 |
Color Harmonies of #2DDDEC
Complementary color
Monochromatic Colors of #2DDDEC
Black with #2DDDEC
Text Example
Text Example
White with #2DDDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDDEC; }
p { color: rgb(45,221,236); }
H1.HeaderClassName
{
color: #2DDDEC;
}
.AnyTagClassName
{
color: #2DDDEC;
}
</style>
background-color css
<style>
a { background-color: #2DDDEC; }
a { background-color: rgb(45,221,236); }
div.DivClassName
{
background-color: #2DDDEC;
}
.BgClassName
{
background-color: #2DDDEC;
}
</style>
border-color css
<style>
span { border-color: #2DDDEC; }
span { border-color: rgb(45,221,236); }
td.TdClassName
{
border-color: #2DDDEC;
}
.TagClassName
{
border-color: #2DDDEC;
}
</style>