Shades of Turquoise #2DFDD1
Tints of Turquoise #2DFDD1
RGB
CMYK
RGB Variations
Color information
#2DFDD1 (or 0x2DFDD1) is known color: Turquoise. HEX triplet: 2D, FD and D1. RGB value is (45,253,209). Sum of RGB (Red+Green+Blue) = 45+253+209=507 (67% of max value = 765). Red value is 45 (17.97% from 255 or 8.88% from 507); Green value is 253 (99.22% from 255 or 49.90% from 507); Blue value is 209 (82.03% from 255 or 41.22% from 507); Max value from RGB is 253 - color contains mainly: green. Hex color #2DFDD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFDD1 is #D2022E. Grayscale: #B9B9B9. Windows color (decimal): -13763119 or 13761837. OLE color: 13761837.
HSL color Cylindrical-coordinate representation of color #2DFDD1: hue angle of 167.31º 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 #2DFDD1 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 253 | 209 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.01 |
| HSL | 167.31º | 0.98% | 0.58% | - |
| HSV(B) | 167.31º | 0.82% | 0.99% | - |
| XYZ | 47.72 | 75.41 | 72.36 | - |
| YUV | 185.79 | 141.09 | 27.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 253 | 209 | 0.82 | 0 | 0.17 | 0.01 | 167.31 | 0.98 | 0.58 |
| Hex | 2D | FD | D1 | 52 | 0 | 11 | 1 | A7 | 62 | 3A |
| Octal | 55 | 375 | 321 | 122 | 0 | 21 | 1 | 247 | 142 | 72 |
| Binary | 101101 | 11111101 | 11010001 | 1010010 | 0 | 10001 | 1 | 10100111 | 1100010 | 111010 |
Color Harmonies of #2DFDD1
Complementary color
Monochromatic Colors of #2DFDD1
Black with #2DFDD1
Text Example
Text Example
White with #2DFDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFDD1; }
p { color: rgb(45,253,209); }
H1.HeaderClassName
{
color: #2DFDD1;
}
.AnyTagClassName
{
color: #2DFDD1;
}
</style>
background-color css
<style>
a { background-color: #2DFDD1; }
a { background-color: rgb(45,253,209); }
div.DivClassName
{
background-color: #2DFDD1;
}
.BgClassName
{
background-color: #2DFDD1;
}
</style>
border-color css
<style>
span { border-color: #2DFDD1; }
span { border-color: rgb(45,253,209); }
td.TdClassName
{
border-color: #2DFDD1;
}
.TagClassName
{
border-color: #2DFDD1;
}
</style>