Shades of Turquoise #2FFEDA
Tints of Turquoise #2FFEDA
RGB
CMYK
RGB Variations
Color information
#2FFEDA (or 0x2FFEDA) is known color: Turquoise. HEX triplet: 2F, FE and DA. RGB value is (47,254,218). Sum of RGB (Red+Green+Blue) = 47+254+218=519 (68% of max value = 765). Red value is 47 (18.75% from 255 or 9.06% from 519); Green value is 254 (99.61% from 255 or 48.94% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFEDA is #D00125. Grayscale: #BBBBBB. Windows color (decimal): -13631782 or 14351919. OLE color: 14351919.
HSL color Cylindrical-coordinate representation of color #2FFEDA: hue angle of 169.57º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFEDA is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 218 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.00 |
| HSL | 169.57º | 0.99% | 0.59% | - |
| HSV(B) | 169.57º | 0.81% | 1% | - |
| XYZ | 49.27 | 76.55 | 78.51 | - |
| YUV | 188 | 144.92 | 27.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 218 | 0.81 | 0 | 0.14 | 0.00 | 169.57 | 0.99 | 0.59 |
| Hex | 2F | FE | DA | 51 | 0 | E | 0 | AA | 63 | 3B |
| Octal | 57 | 376 | 332 | 121 | 0 | 16 | 0 | 252 | 143 | 73 |
| Binary | 101111 | 11111110 | 11011010 | 1010001 | 0 | 1110 | 0 | 10101010 | 1100011 | 111011 |
Color Harmonies of #2FFEDA
Complementary color
Monochromatic Colors of #2FFEDA
Black with #2FFEDA
Text Example
Text Example
White with #2FFEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFEDA; }
p { color: rgb(47,254,218); }
H1.HeaderClassName
{
color: #2FFEDA;
}
.AnyTagClassName
{
color: #2FFEDA;
}
</style>
background-color css
<style>
a { background-color: #2FFEDA; }
a { background-color: rgb(47,254,218); }
div.DivClassName
{
background-color: #2FFEDA;
}
.BgClassName
{
background-color: #2FFEDA;
}
</style>
border-color css
<style>
span { border-color: #2FFEDA; }
span { border-color: rgb(47,254,218); }
td.TdClassName
{
border-color: #2FFEDA;
}
.TagClassName
{
border-color: #2FFEDA;
}
</style>