Shades of Turquoise #2FE9DB
Tints of Turquoise #2FE9DB
RGB
CMYK
RGB Variations
Color information
#2FE9DB (or 0x2FE9DB) is known color: Turquoise. HEX triplet: 2F, E9 and DB. RGB value is (47,233,219). Sum of RGB (Red+Green+Blue) = 47+233+219=499 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.42% from 499); Green value is 233 (91.41% from 255 or 46.69% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE9DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FE9DB is #D01624. Grayscale: #AFAFAF. Windows color (decimal): -13637157 or 14412079. OLE color: 14412079.
HSL color Cylindrical-coordinate representation of color #2FE9DB: hue angle of 175.48º 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 #2FE9DB is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 233 | 219 | - |
| CMYK | 0.80 | 0 | 0.06 | 0.09 |
| HSL | 175.48º | 0.81% | 0.55% | - |
| HSV(B) | 175.48º | 0.8% | 0.91% | - |
| XYZ | 43.1 | 64 | 77.1 | - |
| YUV | 175.79 | 152.38 | 36.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 233 | 219 | 0.80 | 0 | 0.06 | 0.09 | 175.48 | 0.81 | 0.55 |
| Hex | 2F | E9 | DB | 50 | 0 | 6 | 9 | AF | 51 | 37 |
| Octal | 57 | 351 | 333 | 120 | 0 | 6 | 11 | 257 | 121 | 67 |
| Binary | 101111 | 11101001 | 11011011 | 1010000 | 0 | 110 | 1001 | 10101111 | 1010001 | 110111 |
Color Harmonies of #2FE9DB
Complementary color
Monochromatic Colors of #2FE9DB
Black with #2FE9DB
Text Example
Text Example
White with #2FE9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE9DB; }
p { color: rgb(47,233,219); }
H1.HeaderClassName
{
color: #2FE9DB;
}
.AnyTagClassName
{
color: #2FE9DB;
}
</style>
background-color css
<style>
a { background-color: #2FE9DB; }
a { background-color: rgb(47,233,219); }
div.DivClassName
{
background-color: #2FE9DB;
}
.BgClassName
{
background-color: #2FE9DB;
}
</style>
border-color css
<style>
span { border-color: #2FE9DB; }
span { border-color: rgb(47,233,219); }
td.TdClassName
{
border-color: #2FE9DB;
}
.TagClassName
{
border-color: #2FE9DB;
}
</style>