Shades of Turquoise #2FFEDB
Tints of Turquoise #2FFEDB
RGB
CMYK
RGB Variations
Color information
#2FFEDB (or 0x2FFEDB) is known color: Turquoise. HEX triplet: 2F, FE and DB. RGB value is (47,254,219). Sum of RGB (Red+Green+Blue) = 47+254+219=520 (68% of max value = 765). Red value is 47 (18.75% from 255 or 9.04% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFEDB is #D00124. Grayscale: #BCBCBC. Windows color (decimal): -13631781 or 14417455. OLE color: 14417455.
HSL color Cylindrical-coordinate representation of color #2FFEDB: hue angle of 169.86º 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 #2FFEDB is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 219 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.00 |
| HSL | 169.86º | 0.99% | 0.59% | - |
| HSV(B) | 169.86º | 0.81% | 1% | - |
| XYZ | 49.4 | 76.6 | 79.2 | - |
| YUV | 188.12 | 145.42 | 27.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 219 | 0.81 | 0 | 0.14 | 0.00 | 169.86 | 0.99 | 0.59 |
| Hex | 2F | FE | DB | 51 | 0 | E | 0 | AA | 63 | 3B |
| Octal | 57 | 376 | 333 | 121 | 0 | 16 | 0 | 252 | 143 | 73 |
| Binary | 101111 | 11111110 | 11011011 | 1010001 | 0 | 1110 | 0 | 10101010 | 1100011 | 111011 |
Color Harmonies of #2FFEDB
Complementary color
Monochromatic Colors of #2FFEDB
Black with #2FFEDB
Text Example
Text Example
White with #2FFEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFEDB; }
p { color: rgb(47,254,219); }
H1.HeaderClassName
{
color: #2FFEDB;
}
.AnyTagClassName
{
color: #2FFEDB;
}
</style>
background-color css
<style>
a { background-color: #2FFEDB; }
a { background-color: rgb(47,254,219); }
div.DivClassName
{
background-color: #2FFEDB;
}
.BgClassName
{
background-color: #2FFEDB;
}
</style>
border-color css
<style>
span { border-color: #2FFEDB; }
span { border-color: rgb(47,254,219); }
td.TdClassName
{
border-color: #2FFEDB;
}
.TagClassName
{
border-color: #2FFEDB;
}
</style>