Shades of Turquoise #2DF5EC
Tints of Turquoise #2DF5EC
RGB
CMYK
RGB Variations
Color information
#2DF5EC (or 0x2DF5EC) is known color: Turquoise. HEX triplet: 2D, F5 and EC. RGB value is (45,245,236). Sum of RGB (Red+Green+Blue) = 45+245+236=526 (69% of max value = 765). Red value is 45 (17.97% from 255 or 8.56% from 526); Green value is 245 (96.09% from 255 or 46.58% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 245 - color contains mainly: green. Hex color #2DF5EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DF5EC is #D20A13. Grayscale: #B8B8B8. Windows color (decimal): -13765140 or 15529261. OLE color: 15529261.
HSL color Cylindrical-coordinate representation of color #2DF5EC: hue angle of 177.3º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF5EC is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 45 | 245 | 236 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.04 |
| HSL | 177.3º | 0.91% | 0.57% | - |
| HSV(B) | 177.3º | 0.82% | 0.96% | - |
| XYZ | 48.87 | 71.92 | 90.66 | - |
| YUV | 184.17 | 157.24 | 28.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 245 | 236 | 0.82 | 0 | 0.04 | 0.04 | 177.3 | 0.91 | 0.57 |
| Hex | 2D | F5 | EC | 52 | 0 | 4 | 4 | B1 | 5B | 39 |
| Octal | 55 | 365 | 354 | 122 | 0 | 4 | 4 | 261 | 133 | 71 |
| Binary | 101101 | 11110101 | 11101100 | 1010010 | 0 | 100 | 100 | 10110001 | 1011011 | 111001 |
Color Harmonies of #2DF5EC
Complementary color
Monochromatic Colors of #2DF5EC
Black with #2DF5EC
Text Example
Text Example
White with #2DF5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF5EC; }
p { color: rgb(45,245,236); }
H1.HeaderClassName
{
color: #2DF5EC;
}
.AnyTagClassName
{
color: #2DF5EC;
}
</style>
background-color css
<style>
a { background-color: #2DF5EC; }
a { background-color: rgb(45,245,236); }
div.DivClassName
{
background-color: #2DF5EC;
}
.BgClassName
{
background-color: #2DF5EC;
}
</style>
border-color css
<style>
span { border-color: #2DF5EC; }
span { border-color: rgb(45,245,236); }
td.TdClassName
{
border-color: #2DF5EC;
}
.TagClassName
{
border-color: #2DF5EC;
}
</style>