Shades of Turquoise #2DFFDD
Tints of Turquoise #2DFFDD
RGB
CMYK
RGB Variations
Color information
#2DFFDD (or 0x2DFFDD) is known color: Turquoise. HEX triplet: 2D, FF and DD. RGB value is (45,255,221). Sum of RGB (Red+Green+Blue) = 45+255+221=521 (69% of max value = 765). Red value is 45 (17.97% from 255 or 8.64% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFFDD is #D20022. Grayscale: #BCBCBC. Windows color (decimal): -13762595 or 14548781. OLE color: 14548781.
HSL color Cylindrical-coordinate representation of color #2DFFDD: hue angle of 170.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFFDD is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 255 | 221 | - |
| CMYK | 0.82 | 0 | 0.13 | 0 |
| HSL | 170.29º | 1% | 0.59% | - |
| HSV(B) | 170.29º | 0.82% | 1% | - |
| XYZ | 49.89 | 77.3 | 80.7 | - |
| YUV | 188.33 | 146.43 | 25.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 255 | 221 | 0.82 | 0 | 0.13 | 0 | 170.29 | 1 | 0.59 |
| Hex | 2D | FF | DD | 52 | 0 | D | 0 | AA | 64 | 3B |
| Octal | 55 | 377 | 335 | 122 | 0 | 15 | 0 | 252 | 144 | 73 |
| Binary | 101101 | 11111111 | 11011101 | 1010010 | 0 | 1101 | 0 | 10101010 | 1100100 | 111011 |
Color Harmonies of #2DFFDD
Complementary color
Monochromatic Colors of #2DFFDD
Black with #2DFFDD
Text Example
Text Example
White with #2DFFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFFDD; }
p { color: rgb(45,255,221); }
H1.HeaderClassName
{
color: #2DFFDD;
}
.AnyTagClassName
{
color: #2DFFDD;
}
</style>
background-color css
<style>
a { background-color: #2DFFDD; }
a { background-color: rgb(45,255,221); }
div.DivClassName
{
background-color: #2DFFDD;
}
.BgClassName
{
background-color: #2DFFDD;
}
</style>
border-color css
<style>
span { border-color: #2DFFDD; }
span { border-color: rgb(45,255,221); }
td.TdClassName
{
border-color: #2DFFDD;
}
.TagClassName
{
border-color: #2DFFDD;
}
</style>