Shades of Turquoise #2DDBEC
Tints of Turquoise #2DDBEC
RGB
CMYK
RGB Variations
Color information
#2DDBEC (or 0x2DDBEC) is known color: Turquoise. HEX triplet: 2D, DB and EC. RGB value is (45,219,236). Sum of RGB (Red+Green+Blue) = 45+219+236=500 (66% of max value = 765). Red value is 45 (17.97% from 255 or 9% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #2DDBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDBEC is #D22413. Grayscale: #A8A8A8. Windows color (decimal): -13771796 or 15522605. OLE color: 15522605.
HSL color Cylindrical-coordinate representation of color #2DDBEC: hue angle of 185.34º 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 #2DDBEC is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 219 | 236 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.07 |
| HSL | 185.34º | 0.83% | 0.55% | - |
| HSV(B) | 185.34º | 0.81% | 0.93% | - |
| XYZ | 41.55 | 57.28 | 88.22 | - |
| YUV | 168.91 | 165.85 | 39.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 219 | 236 | 0.81 | 0.07 | 0 | 0.07 | 185.34 | 0.83 | 0.55 |
| Hex | 2D | DB | EC | 51 | 7 | 0 | 7 | B9 | 53 | 37 |
| Octal | 55 | 333 | 354 | 121 | 7 | 0 | 7 | 271 | 123 | 67 |
| Binary | 101101 | 11011011 | 11101100 | 1010001 | 111 | 0 | 111 | 10111001 | 1010011 | 110111 |
Color Harmonies of #2DDBEC
Complementary color
Monochromatic Colors of #2DDBEC
Black with #2DDBEC
Text Example
Text Example
White with #2DDBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDBEC; }
p { color: rgb(45,219,236); }
H1.HeaderClassName
{
color: #2DDBEC;
}
.AnyTagClassName
{
color: #2DDBEC;
}
</style>
background-color css
<style>
a { background-color: #2DDBEC; }
a { background-color: rgb(45,219,236); }
div.DivClassName
{
background-color: #2DDBEC;
}
.BgClassName
{
background-color: #2DDBEC;
}
</style>
border-color css
<style>
span { border-color: #2DDBEC; }
span { border-color: rgb(45,219,236); }
td.TdClassName
{
border-color: #2DDBEC;
}
.TagClassName
{
border-color: #2DDBEC;
}
</style>