Shades of Turquoise #2FDBF1
Tints of Turquoise #2FDBF1
RGB
CMYK
RGB Variations
Color information
#2FDBF1 (or 0x2FDBF1) is known color: Turquoise. HEX triplet: 2F, DB and F1. RGB value is (47,219,241). Sum of RGB (Red+Green+Blue) = 47+219+241=507 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.27% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #2FDBF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDBF1 is #D0240E. Grayscale: #A9A9A9. Windows color (decimal): -13640719 or 15850287. OLE color: 15850287.
HSL color Cylindrical-coordinate representation of color #2FDBF1: hue angle of 186.8º 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 #2FDBF1 is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 219 | 241 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.05 |
| HSL | 186.8º | 0.87% | 0.56% | - |
| HSV(B) | 186.8º | 0.8% | 0.95% | - |
| XYZ | 42.38 | 57.62 | 92.11 | - |
| YUV | 170.08 | 168.02 | 40.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 219 | 241 | 0.80 | 0.09 | 0 | 0.05 | 186.8 | 0.87 | 0.56 |
| Hex | 2F | DB | F1 | 50 | 9 | 0 | 5 | BB | 57 | 38 |
| Octal | 57 | 333 | 361 | 120 | 11 | 0 | 5 | 273 | 127 | 70 |
| Binary | 101111 | 11011011 | 11110001 | 1010000 | 1001 | 0 | 101 | 10111011 | 1010111 | 111000 |
Color Harmonies of #2FDBF1
Complementary color
Monochromatic Colors of #2FDBF1
Black with #2FDBF1
Text Example
Text Example
White with #2FDBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDBF1; }
p { color: rgb(47,219,241); }
H1.HeaderClassName
{
color: #2FDBF1;
}
.AnyTagClassName
{
color: #2FDBF1;
}
</style>
background-color css
<style>
a { background-color: #2FDBF1; }
a { background-color: rgb(47,219,241); }
div.DivClassName
{
background-color: #2FDBF1;
}
.BgClassName
{
background-color: #2FDBF1;
}
</style>
border-color css
<style>
span { border-color: #2FDBF1; }
span { border-color: rgb(47,219,241); }
td.TdClassName
{
border-color: #2FDBF1;
}
.TagClassName
{
border-color: #2FDBF1;
}
</style>