Shades of Turquoise #2FE1DB
Tints of Turquoise #2FE1DB
RGB
CMYK
RGB Variations
Color information
#2FE1DB (or 0x2FE1DB) is known color: Turquoise. HEX triplet: 2F, E1 and DB. RGB value is (47,225,219). Sum of RGB (Red+Green+Blue) = 47+225+219=491 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.57% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE1DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FE1DB is #D01E24. Grayscale: #AAAAAA. Windows color (decimal): -13639205 or 14410031. OLE color: 14410031.
HSL color Cylindrical-coordinate representation of color #2FE1DB: hue angle of 177.98º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE1DB is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 225 | 219 | - |
| CMYK | 0.79 | 0 | 0.03 | 0.12 |
| HSL | 177.98º | 0.75% | 0.53% | - |
| HSV(B) | 177.98º | 0.79% | 0.88% | - |
| XYZ | 40.88 | 59.57 | 76.36 | - |
| YUV | 171.09 | 155.03 | 39.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 225 | 219 | 0.79 | 0 | 0.03 | 0.12 | 177.98 | 0.75 | 0.53 |
| Hex | 2F | E1 | DB | 4F | 0 | 3 | C | B2 | 4B | 35 |
| Octal | 57 | 341 | 333 | 117 | 0 | 3 | 14 | 262 | 113 | 65 |
| Binary | 101111 | 11100001 | 11011011 | 1001111 | 0 | 11 | 1100 | 10110010 | 1001011 | 110101 |
Color Harmonies of #2FE1DB
Complementary color
Monochromatic Colors of #2FE1DB
Black with #2FE1DB
Text Example
Text Example
White with #2FE1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE1DB; }
p { color: rgb(47,225,219); }
H1.HeaderClassName
{
color: #2FE1DB;
}
.AnyTagClassName
{
color: #2FE1DB;
}
</style>
background-color css
<style>
a { background-color: #2FE1DB; }
a { background-color: rgb(47,225,219); }
div.DivClassName
{
background-color: #2FE1DB;
}
.BgClassName
{
background-color: #2FE1DB;
}
</style>
border-color css
<style>
span { border-color: #2FE1DB; }
span { border-color: rgb(47,225,219); }
td.TdClassName
{
border-color: #2FE1DB;
}
.TagClassName
{
border-color: #2FE1DB;
}
</style>