Shades of Turquoise #2FDDCF
Tints of Turquoise #2FDDCF
RGB
CMYK
RGB Variations
Color information
#2FDDCF (or 0x2FDDCF) is known color: Turquoise. HEX triplet: 2F, DD and CF. RGB value is (47,221,207). Sum of RGB (Red+Green+Blue) = 47+221+207=475 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.89% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDDCF is #D02230. Grayscale: #A7A7A7. Windows color (decimal): -13640241 or 13622575. OLE color: 13622575.
HSL color Cylindrical-coordinate representation of color #2FDDCF: hue angle of 175.17º 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 #2FDDCF is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 221 | 207 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.13 |
| HSL | 175.17º | 0.72% | 0.53% | - |
| HSV(B) | 175.17º | 0.79% | 0.87% | - |
| XYZ | 38.29 | 56.82 | 67.98 | - |
| YUV | 167.38 | 150.35 | 42.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 221 | 207 | 0.79 | 0 | 0.06 | 0.13 | 175.17 | 0.72 | 0.53 |
| Hex | 2F | DD | CF | 4F | 0 | 6 | D | AF | 48 | 35 |
| Octal | 57 | 335 | 317 | 117 | 0 | 6 | 15 | 257 | 110 | 65 |
| Binary | 101111 | 11011101 | 11001111 | 1001111 | 0 | 110 | 1101 | 10101111 | 1001000 | 110101 |
Color Harmonies of #2FDDCF
Complementary color
Monochromatic Colors of #2FDDCF
Black with #2FDDCF
Text Example
Text Example
White with #2FDDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDDCF; }
p { color: rgb(47,221,207); }
H1.HeaderClassName
{
color: #2FDDCF;
}
.AnyTagClassName
{
color: #2FDDCF;
}
</style>
background-color css
<style>
a { background-color: #2FDDCF; }
a { background-color: rgb(47,221,207); }
div.DivClassName
{
background-color: #2FDDCF;
}
.BgClassName
{
background-color: #2FDDCF;
}
</style>
border-color css
<style>
span { border-color: #2FDDCF; }
span { border-color: rgb(47,221,207); }
td.TdClassName
{
border-color: #2FDDCF;
}
.TagClassName
{
border-color: #2FDDCF;
}
</style>