Shades of Turquoise #2DDCEC
Tints of Turquoise #2DDCEC
RGB
CMYK
RGB Variations
Color information
#2DDCEC (or 0x2DDCEC) is known color: Turquoise. HEX triplet: 2D, DC and EC. RGB value is (45,220,236). Sum of RGB (Red+Green+Blue) = 45+220+236=501 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.98% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #2DDCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDCEC is #D22313. Grayscale: #A9A9A9. Windows color (decimal): -13771540 or 15522861. OLE color: 15522861.
HSL color Cylindrical-coordinate representation of color #2DDCEC: hue angle of 185.03º 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 #2DDCEC is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 220 | 236 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.07 |
| HSL | 185.03º | 0.83% | 0.55% | - |
| HSV(B) | 185.03º | 0.81% | 0.93% | - |
| XYZ | 41.82 | 57.8 | 88.31 | - |
| YUV | 169.5 | 165.52 | 39.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 220 | 236 | 0.81 | 0.07 | 0 | 0.07 | 185.03 | 0.83 | 0.55 |
| Hex | 2D | DC | EC | 51 | 7 | 0 | 7 | B9 | 53 | 37 |
| Octal | 55 | 334 | 354 | 121 | 7 | 0 | 7 | 271 | 123 | 67 |
| Binary | 101101 | 11011100 | 11101100 | 1010001 | 111 | 0 | 111 | 10111001 | 1010011 | 110111 |
Color Harmonies of #2DDCEC
Complementary color
Monochromatic Colors of #2DDCEC
Black with #2DDCEC
Text Example
Text Example
White with #2DDCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDCEC; }
p { color: rgb(45,220,236); }
H1.HeaderClassName
{
color: #2DDCEC;
}
.AnyTagClassName
{
color: #2DDCEC;
}
</style>
background-color css
<style>
a { background-color: #2DDCEC; }
a { background-color: rgb(45,220,236); }
div.DivClassName
{
background-color: #2DDCEC;
}
.BgClassName
{
background-color: #2DDCEC;
}
</style>
border-color css
<style>
span { border-color: #2DDCEC; }
span { border-color: rgb(45,220,236); }
td.TdClassName
{
border-color: #2DDCEC;
}
.TagClassName
{
border-color: #2DDCEC;
}
</style>