Shades of Turquoise #2DFDDD
Tints of Turquoise #2DFDDD
RGB
CMYK
RGB Variations
Color information
#2DFDDD (or 0x2DFDDD) is known color: Turquoise. HEX triplet: 2D, FD and DD. RGB value is (45,253,221). Sum of RGB (Red+Green+Blue) = 45+253+221=519 (68% of max value = 765). Red value is 45 (17.97% from 255 or 8.67% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 253 - color contains mainly: green. Hex color #2DFDDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFDDD is #D20222. Grayscale: #BBBBBB. Windows color (decimal): -13763107 or 14548269. OLE color: 14548269.
HSL color Cylindrical-coordinate representation of color #2DFDDD: hue angle of 170.77º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFDDD is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 253 | 221 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.01 |
| HSL | 170.77º | 0.98% | 0.58% | - |
| HSV(B) | 170.77º | 0.82% | 0.99% | - |
| XYZ | 49.26 | 76.03 | 80.49 | - |
| YUV | 187.16 | 147.09 | 26.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 253 | 221 | 0.82 | 0 | 0.13 | 0.01 | 170.77 | 0.98 | 0.58 |
| Hex | 2D | FD | DD | 52 | 0 | D | 1 | AB | 62 | 3A |
| Octal | 55 | 375 | 335 | 122 | 0 | 15 | 1 | 253 | 142 | 72 |
| Binary | 101101 | 11111101 | 11011101 | 1010010 | 0 | 1101 | 1 | 10101011 | 1100010 | 111010 |
Color Harmonies of #2DFDDD
Complementary color
Monochromatic Colors of #2DFDDD
Black with #2DFDDD
Text Example
Text Example
White with #2DFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFDDD; }
p { color: rgb(45,253,221); }
H1.HeaderClassName
{
color: #2DFDDD;
}
.AnyTagClassName
{
color: #2DFDDD;
}
</style>
background-color css
<style>
a { background-color: #2DFDDD; }
a { background-color: rgb(45,253,221); }
div.DivClassName
{
background-color: #2DFDDD;
}
.BgClassName
{
background-color: #2DFDDD;
}
</style>
border-color css
<style>
span { border-color: #2DFDDD; }
span { border-color: rgb(45,253,221); }
td.TdClassName
{
border-color: #2DFDDD;
}
.TagClassName
{
border-color: #2DFDDD;
}
</style>