Shades of Turquoise #2DFCDD
Tints of Turquoise #2DFCDD
RGB
CMYK
RGB Variations
Color information
#2DFCDD (or 0x2DFCDD) is known color: Turquoise. HEX triplet: 2D, FC and DD. RGB value is (45,252,221). Sum of RGB (Red+Green+Blue) = 45+252+221=518 (68% of max value = 765). Red value is 45 (17.97% from 255 or 8.69% from 518); Green value is 252 (98.83% from 255 or 48.65% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFCDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFCDD is #D20322. Grayscale: #BABABA. Windows color (decimal): -13763363 or 14548013. OLE color: 14548013.
HSL color Cylindrical-coordinate representation of color #2DFCDD: hue angle of 171.01º degrees, saturation: 0.97, 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 #2DFCDD is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 252 | 221 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.01 |
| HSL | 171.01º | 0.97% | 0.58% | - |
| HSV(B) | 171.01º | 0.82% | 0.99% | - |
| XYZ | 48.94 | 75.4 | 80.38 | - |
| YUV | 186.57 | 147.42 | 27.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 252 | 221 | 0.82 | 0 | 0.12 | 0.01 | 171.01 | 0.97 | 0.58 |
| Hex | 2D | FC | DD | 52 | 0 | C | 1 | AB | 61 | 3A |
| Octal | 55 | 374 | 335 | 122 | 0 | 14 | 1 | 253 | 141 | 72 |
| Binary | 101101 | 11111100 | 11011101 | 1010010 | 0 | 1100 | 1 | 10101011 | 1100001 | 111010 |
Color Harmonies of #2DFCDD
Complementary color
Monochromatic Colors of #2DFCDD
Black with #2DFCDD
Text Example
Text Example
White with #2DFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFCDD; }
p { color: rgb(45,252,221); }
H1.HeaderClassName
{
color: #2DFCDD;
}
.AnyTagClassName
{
color: #2DFCDD;
}
</style>
background-color css
<style>
a { background-color: #2DFCDD; }
a { background-color: rgb(45,252,221); }
div.DivClassName
{
background-color: #2DFCDD;
}
.BgClassName
{
background-color: #2DFCDD;
}
</style>
border-color css
<style>
span { border-color: #2DFCDD; }
span { border-color: rgb(45,252,221); }
td.TdClassName
{
border-color: #2DFCDD;
}
.TagClassName
{
border-color: #2DFCDD;
}
</style>