Shades of Turquoise #2FDDC0
Tints of Turquoise #2FDDC0
RGB
CMYK
RGB Variations
Color information
#2FDDC0 (or 0x2FDDC0) is known color: Turquoise. HEX triplet: 2F, DD and C0. RGB value is (47,221,192). Sum of RGB (Red+Green+Blue) = 47+221+192=460 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.22% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDDC0 is #D0223F. Grayscale: #A5A5A5. Windows color (decimal): -13640256 or 12639535. OLE color: 12639535.
HSL color Cylindrical-coordinate representation of color #2FDDC0: hue angle of 170º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDDC0 is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 221 | 192 | - |
| CMYK | 0.79 | 0 | 0.13 | 0.13 |
| HSL | 170º | 0.72% | 0.53% | - |
| HSV(B) | 170º | 0.79% | 0.87% | - |
| XYZ | 36.54 | 56.12 | 58.78 | - |
| YUV | 165.67 | 142.85 | 43.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 221 | 192 | 0.79 | 0 | 0.13 | 0.13 | 170 | 0.72 | 0.53 |
| Hex | 2F | DD | C0 | 4F | 0 | D | D | AA | 48 | 35 |
| Octal | 57 | 335 | 300 | 117 | 0 | 15 | 15 | 252 | 110 | 65 |
| Binary | 101111 | 11011101 | 11000000 | 1001111 | 0 | 1101 | 1101 | 10101010 | 1001000 | 110101 |
Color Harmonies of #2FDDC0
Complementary color
Monochromatic Colors of #2FDDC0
Black with #2FDDC0
Text Example
Text Example
White with #2FDDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDDC0; }
p { color: rgb(47,221,192); }
H1.HeaderClassName
{
color: #2FDDC0;
}
.AnyTagClassName
{
color: #2FDDC0;
}
</style>
background-color css
<style>
a { background-color: #2FDDC0; }
a { background-color: rgb(47,221,192); }
div.DivClassName
{
background-color: #2FDDC0;
}
.BgClassName
{
background-color: #2FDDC0;
}
</style>
border-color css
<style>
span { border-color: #2FDDC0; }
span { border-color: rgb(47,221,192); }
td.TdClassName
{
border-color: #2FDDC0;
}
.TagClassName
{
border-color: #2FDDC0;
}
</style>