Shades of Turquoise #2FF1DB
Tints of Turquoise #2FF1DB
RGB
CMYK
RGB Variations
Color information
#2FF1DB (or 0x2FF1DB) is known color: Turquoise. HEX triplet: 2F, F1 and DB. RGB value is (47,241,219). Sum of RGB (Red+Green+Blue) = 47+241+219=507 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.27% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF1DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF1DB is #D00E24. Grayscale: #B4B4B4. Windows color (decimal): -13635109 or 14414127. OLE color: 14414127.
HSL color Cylindrical-coordinate representation of color #2FF1DB: hue angle of 173.2º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FF1DB is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 241 | 219 | - |
| CMYK | 0.80 | 0 | 0.09 | 0.05 |
| HSL | 173.2º | 0.87% | 0.56% | - |
| HSV(B) | 173.2º | 0.8% | 0.95% | - |
| XYZ | 45.41 | 68.63 | 77.87 | - |
| YUV | 180.49 | 149.73 | 32.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 241 | 219 | 0.80 | 0 | 0.09 | 0.05 | 173.2 | 0.87 | 0.56 |
| Hex | 2F | F1 | DB | 50 | 0 | 9 | 5 | AD | 57 | 38 |
| Octal | 57 | 361 | 333 | 120 | 0 | 11 | 5 | 255 | 127 | 70 |
| Binary | 101111 | 11110001 | 11011011 | 1010000 | 0 | 1001 | 101 | 10101101 | 1010111 | 111000 |
Color Harmonies of #2FF1DB
Complementary color
Monochromatic Colors of #2FF1DB
Black with #2FF1DB
Text Example
Text Example
White with #2FF1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF1DB; }
p { color: rgb(47,241,219); }
H1.HeaderClassName
{
color: #2FF1DB;
}
.AnyTagClassName
{
color: #2FF1DB;
}
</style>
background-color css
<style>
a { background-color: #2FF1DB; }
a { background-color: rgb(47,241,219); }
div.DivClassName
{
background-color: #2FF1DB;
}
.BgClassName
{
background-color: #2FF1DB;
}
</style>
border-color css
<style>
span { border-color: #2FF1DB; }
span { border-color: rgb(47,241,219); }
td.TdClassName
{
border-color: #2FF1DB;
}
.TagClassName
{
border-color: #2FF1DB;
}
</style>