Shades of Turquoise #2FDDC1
Tints of Turquoise #2FDDC1
RGB
CMYK
RGB Variations
Color information
#2FDDC1 (or 0x2FDDC1) is known color: Turquoise. HEX triplet: 2F, DD and C1. RGB value is (47,221,193). Sum of RGB (Red+Green+Blue) = 47+221+193=461 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.20% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDDC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDDC1 is #D0223E. Grayscale: #A5A5A5. Windows color (decimal): -13640255 or 12705071. OLE color: 12705071.
HSL color Cylindrical-coordinate representation of color #2FDDC1: hue angle of 170.34º 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 #2FDDC1 is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 221 | 193 | - |
| CMYK | 0.79 | 0 | 0.13 | 0.13 |
| HSL | 170.34º | 0.72% | 0.53% | - |
| HSV(B) | 170.34º | 0.79% | 0.87% | - |
| XYZ | 36.65 | 56.17 | 59.36 | - |
| YUV | 165.78 | 143.35 | 43.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 221 | 193 | 0.79 | 0 | 0.13 | 0.13 | 170.34 | 0.72 | 0.53 |
| Hex | 2F | DD | C1 | 4F | 0 | D | D | AA | 48 | 35 |
| Octal | 57 | 335 | 301 | 117 | 0 | 15 | 15 | 252 | 110 | 65 |
| Binary | 101111 | 11011101 | 11000001 | 1001111 | 0 | 1101 | 1101 | 10101010 | 1001000 | 110101 |
Color Harmonies of #2FDDC1
Complementary color
Monochromatic Colors of #2FDDC1
Black with #2FDDC1
Text Example
Text Example
White with #2FDDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDDC1; }
p { color: rgb(47,221,193); }
H1.HeaderClassName
{
color: #2FDDC1;
}
.AnyTagClassName
{
color: #2FDDC1;
}
</style>
background-color css
<style>
a { background-color: #2FDDC1; }
a { background-color: rgb(47,221,193); }
div.DivClassName
{
background-color: #2FDDC1;
}
.BgClassName
{
background-color: #2FDDC1;
}
</style>
border-color css
<style>
span { border-color: #2FDDC1; }
span { border-color: rgb(47,221,193); }
td.TdClassName
{
border-color: #2FDDC1;
}
.TagClassName
{
border-color: #2FDDC1;
}
</style>