Shades of Turquoise #2DFFEC
Tints of Turquoise #2DFFEC
RGB
CMYK
RGB Variations
Color information
#2DFFEC (or 0x2DFFEC) is known color: Turquoise. HEX triplet: 2D, FF and EC. RGB value is (45,255,236). Sum of RGB (Red+Green+Blue) = 45+255+236=536 (70% of max value = 765). Red value is 45 (17.97% from 255 or 8.40% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFFEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DFFEC is #D20013. Grayscale: #BDBDBD. Windows color (decimal): -13762580 or 15531821. OLE color: 15531821.
HSL color Cylindrical-coordinate representation of color #2DFFEC: hue angle of 174.57º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFFEC is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 255 | 236 | - |
| CMYK | 0.82 | 0 | 0.07 | 0 |
| HSL | 174.57º | 1% | 0.59% | - |
| HSV(B) | 174.57º | 0.82% | 1% | - |
| XYZ | 51.98 | 78.13 | 91.7 | - |
| YUV | 190.04 | 153.93 | 24.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 255 | 236 | 0.82 | 0 | 0.07 | 0 | 174.57 | 1 | 0.59 |
| Hex | 2D | FF | EC | 52 | 0 | 7 | 0 | AF | 64 | 3B |
| Octal | 55 | 377 | 354 | 122 | 0 | 7 | 0 | 257 | 144 | 73 |
| Binary | 101101 | 11111111 | 11101100 | 1010010 | 0 | 111 | 0 | 10101111 | 1100100 | 111011 |
Color Harmonies of #2DFFEC
Complementary color
Monochromatic Colors of #2DFFEC
Black with #2DFFEC
Text Example
Text Example
White with #2DFFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFFEC; }
p { color: rgb(45,255,236); }
H1.HeaderClassName
{
color: #2DFFEC;
}
.AnyTagClassName
{
color: #2DFFEC;
}
</style>
background-color css
<style>
a { background-color: #2DFFEC; }
a { background-color: rgb(45,255,236); }
div.DivClassName
{
background-color: #2DFFEC;
}
.BgClassName
{
background-color: #2DFFEC;
}
</style>
border-color css
<style>
span { border-color: #2DFFEC; }
span { border-color: rgb(45,255,236); }
td.TdClassName
{
border-color: #2DFFEC;
}
.TagClassName
{
border-color: #2DFFEC;
}
</style>