Shades of Turquoise #2FDDBC
Tints of Turquoise #2FDDBC
RGB
CMYK
RGB Variations
Color information
#2FDDBC (or 0x2FDDBC) is known color: Turquoise. HEX triplet: 2F, DD and BC. RGB value is (47,221,188). Sum of RGB (Red+Green+Blue) = 47+221+188=456 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.31% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDDBC is #D02243. Grayscale: #A5A5A5. Windows color (decimal): -13640260 or 12377391. OLE color: 12377391.
HSL color Cylindrical-coordinate representation of color #2FDDBC: hue angle of 168.62º 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 #2FDDBC is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 221 | 188 | - |
| CMYK | 0.79 | 0 | 0.15 | 0.13 |
| HSL | 168.62º | 0.72% | 0.53% | - |
| HSV(B) | 168.62º | 0.79% | 0.87% | - |
| XYZ | 36.11 | 55.95 | 56.47 | - |
| YUV | 165.21 | 140.85 | 43.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 221 | 188 | 0.79 | 0 | 0.15 | 0.13 | 168.62 | 0.72 | 0.53 |
| Hex | 2F | DD | BC | 4F | 0 | F | D | A9 | 48 | 35 |
| Octal | 57 | 335 | 274 | 117 | 0 | 17 | 15 | 251 | 110 | 65 |
| Binary | 101111 | 11011101 | 10111100 | 1001111 | 0 | 1111 | 1101 | 10101001 | 1001000 | 110101 |
Color Harmonies of #2FDDBC
Complementary color
Monochromatic Colors of #2FDDBC
Black with #2FDDBC
Text Example
Text Example
White with #2FDDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDDBC; }
p { color: rgb(47,221,188); }
H1.HeaderClassName
{
color: #2FDDBC;
}
.AnyTagClassName
{
color: #2FDDBC;
}
</style>
background-color css
<style>
a { background-color: #2FDDBC; }
a { background-color: rgb(47,221,188); }
div.DivClassName
{
background-color: #2FDDBC;
}
.BgClassName
{
background-color: #2FDDBC;
}
</style>
border-color css
<style>
span { border-color: #2FDDBC; }
span { border-color: rgb(47,221,188); }
td.TdClassName
{
border-color: #2FDDBC;
}
.TagClassName
{
border-color: #2FDDBC;
}
</style>