Shades of Turquoise #2DFCCC
Tints of Turquoise #2DFCCC
RGB
CMYK
RGB Variations
Color information
#2DFCCC (or 0x2DFCCC) is known color: Turquoise. HEX triplet: 2D, FC and CC. RGB value is (45,252,204). Sum of RGB (Red+Green+Blue) = 45+252+204=501 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.98% from 501); Green value is 252 (98.83% from 255 or 50.30% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFCCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFCCC is #D20333. Grayscale: #B8B8B8. Windows color (decimal): -13763380 or 13433901. OLE color: 13433901.
HSL color Cylindrical-coordinate representation of color #2DFCCC: hue angle of 166.09º 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 #2DFCCC is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 252 | 204 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.01 |
| HSL | 166.09º | 0.97% | 0.58% | - |
| HSV(B) | 166.09º | 0.82% | 0.99% | - |
| XYZ | 46.79 | 74.54 | 69.05 | - |
| YUV | 184.64 | 138.92 | 28.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 252 | 204 | 0.82 | 0 | 0.19 | 0.01 | 166.09 | 0.97 | 0.58 |
| Hex | 2D | FC | CC | 52 | 0 | 13 | 1 | A6 | 61 | 3A |
| Octal | 55 | 374 | 314 | 122 | 0 | 23 | 1 | 246 | 141 | 72 |
| Binary | 101101 | 11111100 | 11001100 | 1010010 | 0 | 10011 | 1 | 10100110 | 1100001 | 111010 |
Color Harmonies of #2DFCCC
Complementary color
Monochromatic Colors of #2DFCCC
Black with #2DFCCC
Text Example
Text Example
White with #2DFCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFCCC; }
p { color: rgb(45,252,204); }
H1.HeaderClassName
{
color: #2DFCCC;
}
.AnyTagClassName
{
color: #2DFCCC;
}
</style>
background-color css
<style>
a { background-color: #2DFCCC; }
a { background-color: rgb(45,252,204); }
div.DivClassName
{
background-color: #2DFCCC;
}
.BgClassName
{
background-color: #2DFCCC;
}
</style>
border-color css
<style>
span { border-color: #2DFCCC; }
span { border-color: rgb(45,252,204); }
td.TdClassName
{
border-color: #2DFCCC;
}
.TagClassName
{
border-color: #2DFCCC;
}
</style>