Shades of Turquoise #2DFCD0
Tints of Turquoise #2DFCD0
RGB
CMYK
RGB Variations
Color information
#2DFCD0 (or 0x2DFCD0) is known color: Turquoise. HEX triplet: 2D, FC and D0. RGB value is (45,252,208). Sum of RGB (Red+Green+Blue) = 45+252+208=505 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.91% from 505); Green value is 252 (98.83% from 255 or 49.90% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFCD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFCD0 is #D2032F. Grayscale: #B9B9B9. Windows color (decimal): -13763376 or 13696045. OLE color: 13696045.
HSL color Cylindrical-coordinate representation of color #2DFCD0: hue angle of 167.25º 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 #2DFCD0 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 252 | 208 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.01 |
| HSL | 167.25º | 0.97% | 0.58% | - |
| HSV(B) | 167.25º | 0.82% | 0.99% | - |
| XYZ | 47.28 | 74.73 | 71.61 | - |
| YUV | 185.09 | 140.92 | 28.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 252 | 208 | 0.82 | 0 | 0.17 | 0.01 | 167.25 | 0.97 | 0.58 |
| Hex | 2D | FC | D0 | 52 | 0 | 11 | 1 | A7 | 61 | 3A |
| Octal | 55 | 374 | 320 | 122 | 0 | 21 | 1 | 247 | 141 | 72 |
| Binary | 101101 | 11111100 | 11010000 | 1010010 | 0 | 10001 | 1 | 10100111 | 1100001 | 111010 |
Color Harmonies of #2DFCD0
Complementary color
Monochromatic Colors of #2DFCD0
Black with #2DFCD0
Text Example
Text Example
White with #2DFCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFCD0; }
p { color: rgb(45,252,208); }
H1.HeaderClassName
{
color: #2DFCD0;
}
.AnyTagClassName
{
color: #2DFCD0;
}
</style>
background-color css
<style>
a { background-color: #2DFCD0; }
a { background-color: rgb(45,252,208); }
div.DivClassName
{
background-color: #2DFCD0;
}
.BgClassName
{
background-color: #2DFCD0;
}
</style>
border-color css
<style>
span { border-color: #2DFCD0; }
span { border-color: rgb(45,252,208); }
td.TdClassName
{
border-color: #2DFCD0;
}
.TagClassName
{
border-color: #2DFCD0;
}
</style>