Shades of Turquoise #2FE9DA
Tints of Turquoise #2FE9DA
RGB
CMYK
RGB Variations
Color information
#2FE9DA (or 0x2FE9DA) is known color: Turquoise. HEX triplet: 2F, E9 and DA. RGB value is (47,233,218). Sum of RGB (Red+Green+Blue) = 47+233+218=498 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.44% from 498); Green value is 233 (91.41% from 255 or 46.79% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE9DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FE9DA is #D01625. Grayscale: #AFAFAF. Windows color (decimal): -13637158 or 14346543. OLE color: 14346543.
HSL color Cylindrical-coordinate representation of color #2FE9DA: hue angle of 175.16º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE9DA is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 233 | 218 | - |
| CMYK | 0.80 | 0 | 0.06 | 0.09 |
| HSL | 175.16º | 0.81% | 0.55% | - |
| HSV(B) | 175.16º | 0.8% | 0.91% | - |
| XYZ | 42.97 | 63.94 | 76.41 | - |
| YUV | 175.68 | 151.88 | 36.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 233 | 218 | 0.80 | 0 | 0.06 | 0.09 | 175.16 | 0.81 | 0.55 |
| Hex | 2F | E9 | DA | 50 | 0 | 6 | 9 | AF | 51 | 37 |
| Octal | 57 | 351 | 332 | 120 | 0 | 6 | 11 | 257 | 121 | 67 |
| Binary | 101111 | 11101001 | 11011010 | 1010000 | 0 | 110 | 1001 | 10101111 | 1010001 | 110111 |
Color Harmonies of #2FE9DA
Complementary color
Monochromatic Colors of #2FE9DA
Black with #2FE9DA
Text Example
Text Example
White with #2FE9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE9DA; }
p { color: rgb(47,233,218); }
H1.HeaderClassName
{
color: #2FE9DA;
}
.AnyTagClassName
{
color: #2FE9DA;
}
</style>
background-color css
<style>
a { background-color: #2FE9DA; }
a { background-color: rgb(47,233,218); }
div.DivClassName
{
background-color: #2FE9DA;
}
.BgClassName
{
background-color: #2FE9DA;
}
</style>
border-color css
<style>
span { border-color: #2FE9DA; }
span { border-color: rgb(47,233,218); }
td.TdClassName
{
border-color: #2FE9DA;
}
.TagClassName
{
border-color: #2FE9DA;
}
</style>