Shades of Turquoise #2DFCDC
Tints of Turquoise #2DFCDC
RGB
CMYK
RGB Variations
Color information
#2DFCDC (or 0x2DFCDC) is known color: Turquoise. HEX triplet: 2D, FC and DC. RGB value is (45,252,220). Sum of RGB (Red+Green+Blue) = 45+252+220=517 (68% of max value = 765). Red value is 45 (17.97% from 255 or 8.70% from 517); Green value is 252 (98.83% from 255 or 48.74% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFCDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFCDC is #D20323. Grayscale: #BABABA. Windows color (decimal): -13763364 or 14482477. OLE color: 14482477.
HSL color Cylindrical-coordinate representation of color #2DFCDC: hue angle of 170.72º 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 #2DFCDC is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 45 | 252 | 220 | - |
CMYK | 0.82 | 0 | 0.13 | 0.01 |
HSL | 170.72º | 0.97% | 0.58% | - |
HSV(B) | 170.72º | 0.82% | 0.99% | - |
XYZ | 48.81 | 75.35 | 79.68 | - |
YUV | 186.46 | 146.92 | 27.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 252 | 220 | 0.82 | 0 | 0.13 | 0.01 | 170.72 | 0.97 | 0.58 |
Hex | 2D | FC | DC | 52 | 0 | D | 1 | AB | 61 | 3A |
Octal | 55 | 374 | 334 | 122 | 0 | 15 | 1 | 253 | 141 | 72 |
Binary | 101101 | 11111100 | 11011100 | 1010010 | 0 | 1101 | 1 | 10101011 | 1100001 | 111010 |
Color Harmonies of #2DFCDC
Complementary color
Monochromatic Colors of #2DFCDC
Black with #2DFCDC
Text Example
Text Example
White with #2DFCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFCDC; }
p { color: rgb(45,252,220); }
H1.HeaderClassName
{
color: #2DFCDC;
}
.AnyTagClassName
{
color: #2DFCDC;
}
</style>
background-color css
<style>
a { background-color: #2DFCDC; }
a { background-color: rgb(45,252,220); }
div.DivClassName
{
background-color: #2DFCDC;
}
.BgClassName
{
background-color: #2DFCDC;
}
</style>
border-color css
<style>
span { border-color: #2DFCDC; }
span { border-color: rgb(45,252,220); }
td.TdClassName
{
border-color: #2DFCDC;
}
.TagClassName
{
border-color: #2DFCDC;
}
</style>