Shades of Turquoise #2DFED5
Tints of Turquoise #2DFED5
RGB
CMYK
RGB Variations
Color information
#2DFED5 (or 0x2DFED5) is known color: Turquoise. HEX triplet: 2D, FE and D5. RGB value is (45,254,213). Sum of RGB (Red+Green+Blue) = 45+254+213=512 (67% of max value = 765). Red value is 45 (17.97% from 255 or 8.79% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #2DFED5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFED5 is #D2012A. Grayscale: #BABABA. Windows color (decimal): -13762859 or 14024237. OLE color: 14024237.
HSL color Cylindrical-coordinate representation of color #2DFED5: hue angle of 168.23º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFED5 is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 254 | 213 | - |
| CMYK | 0.82 | 0 | 0.16 | 0.00 |
| HSL | 168.23º | 0.99% | 0.59% | - |
| HSV(B) | 168.23º | 0.82% | 1% | - |
| XYZ | 48.53 | 76.25 | 75.11 | - |
| YUV | 186.84 | 142.76 | 26.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 254 | 213 | 0.82 | 0 | 0.16 | 0.00 | 168.23 | 0.99 | 0.59 |
| Hex | 2D | FE | D5 | 52 | 0 | 10 | 0 | A8 | 63 | 3B |
| Octal | 55 | 376 | 325 | 122 | 0 | 20 | 0 | 250 | 143 | 73 |
| Binary | 101101 | 11111110 | 11010101 | 1010010 | 0 | 10000 | 0 | 10101000 | 1100011 | 111011 |
Color Harmonies of #2DFED5
Complementary color
Monochromatic Colors of #2DFED5
Black with #2DFED5
Text Example
Text Example
White with #2DFED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFED5; }
p { color: rgb(45,254,213); }
H1.HeaderClassName
{
color: #2DFED5;
}
.AnyTagClassName
{
color: #2DFED5;
}
</style>
background-color css
<style>
a { background-color: #2DFED5; }
a { background-color: rgb(45,254,213); }
div.DivClassName
{
background-color: #2DFED5;
}
.BgClassName
{
background-color: #2DFED5;
}
</style>
border-color css
<style>
span { border-color: #2DFED5; }
span { border-color: rgb(45,254,213); }
td.TdClassName
{
border-color: #2DFED5;
}
.TagClassName
{
border-color: #2DFED5;
}
</style>