Shades of Turquoise #2DFED7
Tints of Turquoise #2DFED7
RGB
CMYK
RGB Variations
Color information
#2DFED7 (or 0x2DFED7) is known color: Turquoise. HEX triplet: 2D, FE and D7. RGB value is (45,254,215). Sum of RGB (Red+Green+Blue) = 45+254+215=514 (68% of max value = 765). Red value is 45 (17.97% from 255 or 8.75% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 215 (84.38% from 255 or 41.83% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #2DFED7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFED7 is #D20128. Grayscale: #BBBBBB. Windows color (decimal): -13762857 or 14155309. OLE color: 14155309.
HSL color Cylindrical-coordinate representation of color #2DFED7: hue angle of 168.8º 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 #2DFED7 is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 254 | 215 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.00 |
| HSL | 168.8º | 0.99% | 0.59% | - |
| HSV(B) | 168.8º | 0.82% | 1% | - |
| XYZ | 48.79 | 76.35 | 76.46 | - |
| YUV | 187.06 | 143.76 | 26.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 254 | 215 | 0.82 | 0 | 0.15 | 0.00 | 168.8 | 0.99 | 0.59 |
| Hex | 2D | FE | D7 | 52 | 0 | F | 0 | A9 | 63 | 3B |
| Octal | 55 | 376 | 327 | 122 | 0 | 17 | 0 | 251 | 143 | 73 |
| Binary | 101101 | 11111110 | 11010111 | 1010010 | 0 | 1111 | 0 | 10101001 | 1100011 | 111011 |
Color Harmonies of #2DFED7
Complementary color
Monochromatic Colors of #2DFED7
Black with #2DFED7
Text Example
Text Example
White with #2DFED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFED7; }
p { color: rgb(45,254,215); }
H1.HeaderClassName
{
color: #2DFED7;
}
.AnyTagClassName
{
color: #2DFED7;
}
</style>
background-color css
<style>
a { background-color: #2DFED7; }
a { background-color: rgb(45,254,215); }
div.DivClassName
{
background-color: #2DFED7;
}
.BgClassName
{
background-color: #2DFED7;
}
</style>
border-color css
<style>
span { border-color: #2DFED7; }
span { border-color: rgb(45,254,215); }
td.TdClassName
{
border-color: #2DFED7;
}
.TagClassName
{
border-color: #2DFED7;
}
</style>