Shades of Turquoise #2FDBFA
Tints of Turquoise #2FDBFA
RGB
CMYK
RGB Variations
Color information
#2FDBFA (or 0x2FDBFA) is known color: Turquoise. HEX triplet: 2F, DB and FA. RGB value is (47,219,250). Sum of RGB (Red+Green+Blue) = 47+219+250=516 (68% of max value = 765). Red value is 47 (18.75% from 255 or 9.11% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #2FDBFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDBFA is #D02405. Grayscale: #AAAAAA. Windows color (decimal): -13640710 or 16440111. OLE color: 16440111.
HSL color Cylindrical-coordinate representation of color #2FDBFA: hue angle of 189.16º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FDBFA is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 219 | 250 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.02 |
| HSL | 189.16º | 0.95% | 0.58% | - |
| HSV(B) | 189.16º | 0.81% | 0.98% | - |
| XYZ | 43.76 | 58.17 | 99.36 | - |
| YUV | 171.11 | 172.52 | 39.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 219 | 250 | 0.81 | 0.12 | 0 | 0.02 | 189.16 | 0.95 | 0.58 |
| Hex | 2F | DB | FA | 51 | C | 0 | 2 | BD | 5F | 3A |
| Octal | 57 | 333 | 372 | 121 | 14 | 0 | 2 | 275 | 137 | 72 |
| Binary | 101111 | 11011011 | 11111010 | 1010001 | 1100 | 0 | 10 | 10111101 | 1011111 | 111010 |
Color Harmonies of #2FDBFA
Complementary color
Monochromatic Colors of #2FDBFA
Black with #2FDBFA
Text Example
Text Example
White with #2FDBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDBFA; }
p { color: rgb(47,219,250); }
H1.HeaderClassName
{
color: #2FDBFA;
}
.AnyTagClassName
{
color: #2FDBFA;
}
</style>
background-color css
<style>
a { background-color: #2FDBFA; }
a { background-color: rgb(47,219,250); }
div.DivClassName
{
background-color: #2FDBFA;
}
.BgClassName
{
background-color: #2FDBFA;
}
</style>
border-color css
<style>
span { border-color: #2FDBFA; }
span { border-color: rgb(47,219,250); }
td.TdClassName
{
border-color: #2FDBFA;
}
.TagClassName
{
border-color: #2FDBFA;
}
</style>