Shades of Turquoise #2FE5DA
Tints of Turquoise #2FE5DA
RGB
CMYK
RGB Variations
Color information
#2FE5DA (or 0x2FE5DA) is known color: Turquoise. HEX triplet: 2F, E5 and DA. RGB value is (47,229,218). Sum of RGB (Red+Green+Blue) = 47+229+218=494 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.51% from 494); Green value is 229 (89.84% from 255 or 46.36% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE5DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FE5DA is #D01A25. Grayscale: #ADADAD. Windows color (decimal): -13638182 or 14345519. OLE color: 14345519.
HSL color Cylindrical-coordinate representation of color #2FE5DA: hue angle of 176.37º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE5DA is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 229 | 218 | - |
| CMYK | 0.79 | 0 | 0.05 | 0.10 |
| HSL | 176.37º | 0.78% | 0.54% | - |
| HSV(B) | 176.37º | 0.79% | 0.9% | - |
| XYZ | 41.85 | 61.7 | 76.03 | - |
| YUV | 173.33 | 153.2 | 37.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 229 | 218 | 0.79 | 0 | 0.05 | 0.10 | 176.37 | 0.78 | 0.54 |
| Hex | 2F | E5 | DA | 4F | 0 | 5 | A | B0 | 4E | 36 |
| Octal | 57 | 345 | 332 | 117 | 0 | 5 | 12 | 260 | 116 | 66 |
| Binary | 101111 | 11100101 | 11011010 | 1001111 | 0 | 101 | 1010 | 10110000 | 1001110 | 110110 |
Color Harmonies of #2FE5DA
Complementary color
Monochromatic Colors of #2FE5DA
Black with #2FE5DA
Text Example
Text Example
White with #2FE5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE5DA; }
p { color: rgb(47,229,218); }
H1.HeaderClassName
{
color: #2FE5DA;
}
.AnyTagClassName
{
color: #2FE5DA;
}
</style>
background-color css
<style>
a { background-color: #2FE5DA; }
a { background-color: rgb(47,229,218); }
div.DivClassName
{
background-color: #2FE5DA;
}
.BgClassName
{
background-color: #2FE5DA;
}
</style>
border-color css
<style>
span { border-color: #2FE5DA; }
span { border-color: rgb(47,229,218); }
td.TdClassName
{
border-color: #2FE5DA;
}
.TagClassName
{
border-color: #2FE5DA;
}
</style>