Shades of Turquoise #2FD1DB
Tints of Turquoise #2FD1DB
RGB
CMYK
RGB Variations
Color information
#2FD1DB (or 0x2FD1DB) is known color: Turquoise. HEX triplet: 2F, D1 and DB. RGB value is (47,209,219). Sum of RGB (Red+Green+Blue) = 47+209+219=475 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.89% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #2FD1DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FD1DB is #D02E24. Grayscale: #A1A1A1. Windows color (decimal): -13643301 or 14405935. OLE color: 14405935.
HSL color Cylindrical-coordinate representation of color #2FD1DB: hue angle of 183.49º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FD1DB is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 209 | 219 | - |
| CMYK | 0.79 | 0.05 | 0 | 0.14 |
| HSL | 183.49º | 0.7% | 0.52% | - |
| HSV(B) | 183.49º | 0.79% | 0.86% | - |
| XYZ | 36.76 | 51.32 | 74.99 | - |
| YUV | 161.7 | 160.33 | 46.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 209 | 219 | 0.79 | 0.05 | 0 | 0.14 | 183.49 | 0.7 | 0.52 |
| Hex | 2F | D1 | DB | 4F | 5 | 0 | E | B7 | 46 | 34 |
| Octal | 57 | 321 | 333 | 117 | 5 | 0 | 16 | 267 | 106 | 64 |
| Binary | 101111 | 11010001 | 11011011 | 1001111 | 101 | 0 | 1110 | 10110111 | 1000110 | 110100 |
Color Harmonies of #2FD1DB
Complementary color
Monochromatic Colors of #2FD1DB
Black with #2FD1DB
Text Example
Text Example
White with #2FD1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD1DB; }
p { color: rgb(47,209,219); }
H1.HeaderClassName
{
color: #2FD1DB;
}
.AnyTagClassName
{
color: #2FD1DB;
}
</style>
background-color css
<style>
a { background-color: #2FD1DB; }
a { background-color: rgb(47,209,219); }
div.DivClassName
{
background-color: #2FD1DB;
}
.BgClassName
{
background-color: #2FD1DB;
}
</style>
border-color css
<style>
span { border-color: #2FD1DB; }
span { border-color: rgb(47,209,219); }
td.TdClassName
{
border-color: #2FD1DB;
}
.TagClassName
{
border-color: #2FD1DB;
}
</style>