Shades of Turquoise #2FDFCA
Tints of Turquoise #2FDFCA
RGB
CMYK
RGB Variations
Color information
#2FDFCA (or 0x2FDFCA) is known color: Turquoise. HEX triplet: 2F, DF and CA. RGB value is (47,223,202). Sum of RGB (Red+Green+Blue) = 47+223+202=472 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.96% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDFCA is #D02035. Grayscale: #A7A7A7. Windows color (decimal): -13639734 or 13295407. OLE color: 13295407.
HSL color Cylindrical-coordinate representation of color #2FDFCA: hue angle of 172.84º degrees, saturation: 0.73, 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 #2FDFCA is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 223 | 202 | - |
| CMYK | 0.79 | 0 | 0.09 | 0.13 |
| HSL | 172.84º | 0.73% | 0.53% | - |
| HSV(B) | 172.84º | 0.79% | 0.87% | - |
| XYZ | 38.22 | 57.64 | 64.99 | - |
| YUV | 167.98 | 147.19 | 41.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 202 | 0.79 | 0 | 0.09 | 0.13 | 172.84 | 0.73 | 0.53 |
| Hex | 2F | DF | CA | 4F | 0 | 9 | D | AD | 49 | 35 |
| Octal | 57 | 337 | 312 | 117 | 0 | 11 | 15 | 255 | 111 | 65 |
| Binary | 101111 | 11011111 | 11001010 | 1001111 | 0 | 1001 | 1101 | 10101101 | 1001001 | 110101 |
Color Harmonies of #2FDFCA
Complementary color
Monochromatic Colors of #2FDFCA
Black with #2FDFCA
Text Example
Text Example
White with #2FDFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDFCA; }
p { color: rgb(47,223,202); }
H1.HeaderClassName
{
color: #2FDFCA;
}
.AnyTagClassName
{
color: #2FDFCA;
}
</style>
background-color css
<style>
a { background-color: #2FDFCA; }
a { background-color: rgb(47,223,202); }
div.DivClassName
{
background-color: #2FDFCA;
}
.BgClassName
{
background-color: #2FDFCA;
}
</style>
border-color css
<style>
span { border-color: #2FDFCA; }
span { border-color: rgb(47,223,202); }
td.TdClassName
{
border-color: #2FDFCA;
}
.TagClassName
{
border-color: #2FDFCA;
}
</style>