Shades of Turquoise #2DFEDC
Tints of Turquoise #2DFEDC
RGB
CMYK
RGB Variations
Color information
#2DFEDC (or 0x2DFEDC) is known color: Turquoise. HEX triplet: 2D, FE and DC. RGB value is (45,254,220). Sum of RGB (Red+Green+Blue) = 45+254+220=519 (68% of max value = 765). Red value is 45 (17.97% from 255 or 8.67% from 519); Green value is 254 (99.61% from 255 or 48.94% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 254 - color contains mainly: green. Hex color #2DFEDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFEDC is #D20123. Grayscale: #BBBBBB. Windows color (decimal): -13762852 or 14482989. OLE color: 14482989.
HSL color Cylindrical-coordinate representation of color #2DFEDC: hue angle of 170.24º 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 #2DFEDC is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 254 | 220 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.00 |
| HSL | 170.24º | 0.99% | 0.59% | - |
| HSV(B) | 170.24º | 0.82% | 1% | - |
| XYZ | 49.44 | 76.61 | 79.89 | - |
| YUV | 187.63 | 146.26 | 26.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 254 | 220 | 0.82 | 0 | 0.13 | 0.00 | 170.24 | 0.99 | 0.59 |
| Hex | 2D | FE | DC | 52 | 0 | D | 0 | AA | 63 | 3B |
| Octal | 55 | 376 | 334 | 122 | 0 | 15 | 0 | 252 | 143 | 73 |
| Binary | 101101 | 11111110 | 11011100 | 1010010 | 0 | 1101 | 0 | 10101010 | 1100011 | 111011 |
Color Harmonies of #2DFEDC
Complementary color
Monochromatic Colors of #2DFEDC
Black with #2DFEDC
Text Example
Text Example
White with #2DFEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFEDC; }
p { color: rgb(45,254,220); }
H1.HeaderClassName
{
color: #2DFEDC;
}
.AnyTagClassName
{
color: #2DFEDC;
}
</style>
background-color css
<style>
a { background-color: #2DFEDC; }
a { background-color: rgb(45,254,220); }
div.DivClassName
{
background-color: #2DFEDC;
}
.BgClassName
{
background-color: #2DFEDC;
}
</style>
border-color css
<style>
span { border-color: #2DFEDC; }
span { border-color: rgb(45,254,220); }
td.TdClassName
{
border-color: #2DFEDC;
}
.TagClassName
{
border-color: #2DFEDC;
}
</style>