Shades of Turquoise #2FD0C2
Tints of Turquoise #2FD0C2
RGB
CMYK
RGB Variations
Color information
#2FD0C2 (or 0x2FD0C2) is known color: Turquoise. HEX triplet: 2F, D0 and C2. RGB value is (47,208,194). Sum of RGB (Red+Green+Blue) = 47+208+194=449 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.47% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 208 - color contains mainly: green. Hex color #2FD0C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FD0C2 is #D02F3D. Grayscale: #9E9E9E. Windows color (decimal): -13643582 or 12767279. OLE color: 12767279.
HSL color Cylindrical-coordinate representation of color #2FD0C2: hue angle of 174.78º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FD0C2 is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 47 | 208 | 194 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.18 |
| HSL | 174.78º | 0.63% | 0.5% | - |
| HSV(B) | 174.78º | 0.77% | 0.82% | - |
| XYZ | 33.47 | 49.61 | 58.85 | - |
| YUV | 158.27 | 148.16 | 48.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 208 | 194 | 0.77 | 0 | 0.07 | 0.18 | 174.78 | 0.63 | 0.5 |
| Hex | 2F | D0 | C2 | 4D | 0 | 7 | 12 | AF | 3F | 32 |
| Octal | 57 | 320 | 302 | 115 | 0 | 7 | 22 | 257 | 77 | 62 |
| Binary | 101111 | 11010000 | 11000010 | 1001101 | 0 | 111 | 10010 | 10101111 | 111111 | 110010 |
Color Harmonies of #2FD0C2
Complementary color
Monochromatic Colors of #2FD0C2
Black with #2FD0C2
Text Example
Text Example
White with #2FD0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD0C2; }
p { color: rgb(47,208,194); }
H1.HeaderClassName
{
color: #2FD0C2;
}
.AnyTagClassName
{
color: #2FD0C2;
}
</style>
background-color css
<style>
a { background-color: #2FD0C2; }
a { background-color: rgb(47,208,194); }
div.DivClassName
{
background-color: #2FD0C2;
}
.BgClassName
{
background-color: #2FD0C2;
}
</style>
border-color css
<style>
span { border-color: #2FD0C2; }
span { border-color: rgb(47,208,194); }
td.TdClassName
{
border-color: #2FD0C2;
}
.TagClassName
{
border-color: #2FD0C2;
}
</style>