Shades of Turquoise #2FDDCA
Tints of Turquoise #2FDDCA
RGB
CMYK
RGB Variations
Color information
#2FDDCA (or 0x2FDDCA) is known color: Turquoise. HEX triplet: 2F, DD and CA. RGB value is (47,221,202). Sum of RGB (Red+Green+Blue) = 47+221+202=470 (62% of max value = 765). Red value is 47 (18.75% from 255 or 10% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDDCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDDCA is #D02235. Grayscale: #A6A6A6. Windows color (decimal): -13640246 or 13294895. OLE color: 13294895.
HSL color Cylindrical-coordinate representation of color #2FDDCA: hue angle of 173.45º 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 #2FDDCA is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 221 | 202 | - |
| CMYK | 0.79 | 0 | 0.09 | 0.13 |
| HSL | 173.45º | 0.72% | 0.53% | - |
| HSV(B) | 173.45º | 0.79% | 0.87% | - |
| XYZ | 37.69 | 56.58 | 64.81 | - |
| YUV | 166.81 | 147.85 | 42.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 221 | 202 | 0.79 | 0 | 0.09 | 0.13 | 173.45 | 0.72 | 0.53 |
| Hex | 2F | DD | CA | 4F | 0 | 9 | D | AD | 48 | 35 |
| Octal | 57 | 335 | 312 | 117 | 0 | 11 | 15 | 255 | 110 | 65 |
| Binary | 101111 | 11011101 | 11001010 | 1001111 | 0 | 1001 | 1101 | 10101101 | 1001000 | 110101 |
Color Harmonies of #2FDDCA
Complementary color
Monochromatic Colors of #2FDDCA
Black with #2FDDCA
Text Example
Text Example
White with #2FDDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDDCA; }
p { color: rgb(47,221,202); }
H1.HeaderClassName
{
color: #2FDDCA;
}
.AnyTagClassName
{
color: #2FDDCA;
}
</style>
background-color css
<style>
a { background-color: #2FDDCA; }
a { background-color: rgb(47,221,202); }
div.DivClassName
{
background-color: #2FDDCA;
}
.BgClassName
{
background-color: #2FDDCA;
}
</style>
border-color css
<style>
span { border-color: #2FDDCA; }
span { border-color: rgb(47,221,202); }
td.TdClassName
{
border-color: #2FDDCA;
}
.TagClassName
{
border-color: #2FDDCA;
}
</style>