Shades of Turquoise #2DFCDF
Tints of Turquoise #2DFCDF
RGB
CMYK
RGB Variations
Color information
#2DFCDF (or 0x2DFCDF) is known color: Turquoise. HEX triplet: 2D, FC and DF. RGB value is (45,252,223). Sum of RGB (Red+Green+Blue) = 45+252+223=520 (68% of max value = 765). Red value is 45 (17.97% from 255 or 8.65% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFCDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFCDF is #D20320. Grayscale: #BABABA. Windows color (decimal): -13763361 or 14679085. OLE color: 14679085.
HSL color Cylindrical-coordinate representation of color #2DFCDF: hue angle of 171.59º 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 #2DFCDF is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 252 | 223 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.01 |
| HSL | 171.59º | 0.97% | 0.58% | - |
| HSV(B) | 171.59º | 0.82% | 0.99% | - |
| XYZ | 49.21 | 75.51 | 81.79 | - |
| YUV | 186.8 | 148.42 | 26.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 252 | 223 | 0.82 | 0 | 0.12 | 0.01 | 171.59 | 0.97 | 0.58 |
| Hex | 2D | FC | DF | 52 | 0 | C | 1 | AC | 61 | 3A |
| Octal | 55 | 374 | 337 | 122 | 0 | 14 | 1 | 254 | 141 | 72 |
| Binary | 101101 | 11111100 | 11011111 | 1010010 | 0 | 1100 | 1 | 10101100 | 1100001 | 111010 |
Color Harmonies of #2DFCDF
Complementary color
Monochromatic Colors of #2DFCDF
Black with #2DFCDF
Text Example
Text Example
White with #2DFCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFCDF; }
p { color: rgb(45,252,223); }
H1.HeaderClassName
{
color: #2DFCDF;
}
.AnyTagClassName
{
color: #2DFCDF;
}
</style>
background-color css
<style>
a { background-color: #2DFCDF; }
a { background-color: rgb(45,252,223); }
div.DivClassName
{
background-color: #2DFCDF;
}
.BgClassName
{
background-color: #2DFCDF;
}
</style>
border-color css
<style>
span { border-color: #2DFCDF; }
span { border-color: rgb(45,252,223); }
td.TdClassName
{
border-color: #2DFCDF;
}
.TagClassName
{
border-color: #2DFCDF;
}
</style>