Shades of Turquoise #2DF5DD
Tints of Turquoise #2DF5DD
RGB
CMYK
RGB Variations
Color information
#2DF5DD (or 0x2DF5DD) is known color: Turquoise. HEX triplet: 2D, F5 and DD. RGB value is (45,245,221). Sum of RGB (Red+Green+Blue) = 45+245+221=511 (67% of max value = 765). Red value is 45 (17.97% from 255 or 8.81% from 511); Green value is 245 (96.09% from 255 or 47.95% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 245 - color contains mainly: green. Hex color #2DF5DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DF5DD is #D20A22. Grayscale: #B6B6B6. Windows color (decimal): -13765155 or 14546221. OLE color: 14546221.
HSL color Cylindrical-coordinate representation of color #2DF5DD: hue angle of 172.8º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF5DD is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 45 | 245 | 221 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.04 |
| HSL | 172.8º | 0.91% | 0.57% | - |
| HSV(B) | 172.8º | 0.82% | 0.96% | - |
| XYZ | 46.79 | 71.08 | 79.66 | - |
| YUV | 182.46 | 149.74 | 29.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 245 | 221 | 0.82 | 0 | 0.10 | 0.04 | 172.8 | 0.91 | 0.57 |
| Hex | 2D | F5 | DD | 52 | 0 | A | 4 | AD | 5B | 39 |
| Octal | 55 | 365 | 335 | 122 | 0 | 12 | 4 | 255 | 133 | 71 |
| Binary | 101101 | 11110101 | 11011101 | 1010010 | 0 | 1010 | 100 | 10101101 | 1011011 | 111001 |
Color Harmonies of #2DF5DD
Complementary color
Monochromatic Colors of #2DF5DD
Black with #2DF5DD
Text Example
Text Example
White with #2DF5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF5DD; }
p { color: rgb(45,245,221); }
H1.HeaderClassName
{
color: #2DF5DD;
}
.AnyTagClassName
{
color: #2DF5DD;
}
</style>
background-color css
<style>
a { background-color: #2DF5DD; }
a { background-color: rgb(45,245,221); }
div.DivClassName
{
background-color: #2DF5DD;
}
.BgClassName
{
background-color: #2DF5DD;
}
</style>
border-color css
<style>
span { border-color: #2DF5DD; }
span { border-color: rgb(45,245,221); }
td.TdClassName
{
border-color: #2DF5DD;
}
.TagClassName
{
border-color: #2DF5DD;
}
</style>