Shades of Turquoise #2FD6CE
Tints of Turquoise #2FD6CE
RGB
CMYK
RGB Variations
Color information
#2FD6CE (or 0x2FD6CE) is known color: Turquoise. HEX triplet: 2F, D6 and CE. RGB value is (47,214,206). Sum of RGB (Red+Green+Blue) = 47+214+206=467 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.06% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #2FD6CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FD6CE is #D02931. Grayscale: #A3A3A3. Windows color (decimal): -13642034 or 13555247. OLE color: 13555247.
HSL color Cylindrical-coordinate representation of color #2FD6CE: hue angle of 177.13º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD6CE is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 214 | 206 | - |
| CMYK | 0.78 | 0 | 0.04 | 0.16 |
| HSL | 177.13º | 0.67% | 0.51% | - |
| HSV(B) | 177.13º | 0.78% | 0.84% | - |
| XYZ | 36.36 | 53.15 | 66.74 | - |
| YUV | 163.16 | 152.17 | 45.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 214 | 206 | 0.78 | 0 | 0.04 | 0.16 | 177.13 | 0.67 | 0.51 |
| Hex | 2F | D6 | CE | 4E | 0 | 4 | 10 | B1 | 43 | 33 |
| Octal | 57 | 326 | 316 | 116 | 0 | 4 | 20 | 261 | 103 | 63 |
| Binary | 101111 | 11010110 | 11001110 | 1001110 | 0 | 100 | 10000 | 10110001 | 1000011 | 110011 |
Color Harmonies of #2FD6CE
Complementary color
Monochromatic Colors of #2FD6CE
Black with #2FD6CE
Text Example
Text Example
White with #2FD6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD6CE; }
p { color: rgb(47,214,206); }
H1.HeaderClassName
{
color: #2FD6CE;
}
.AnyTagClassName
{
color: #2FD6CE;
}
</style>
background-color css
<style>
a { background-color: #2FD6CE; }
a { background-color: rgb(47,214,206); }
div.DivClassName
{
background-color: #2FD6CE;
}
.BgClassName
{
background-color: #2FD6CE;
}
</style>
border-color css
<style>
span { border-color: #2FD6CE; }
span { border-color: rgb(47,214,206); }
td.TdClassName
{
border-color: #2FD6CE;
}
.TagClassName
{
border-color: #2FD6CE;
}
</style>