Shades of Turquoise #2FE5FB
Tints of Turquoise #2FE5FB
RGB
CMYK
RGB Variations
Color information
#2FE5FB (or 0x2FE5FB) is known color: Turquoise. HEX triplet: 2F, E5 and FB. RGB value is (47,229,251). Sum of RGB (Red+Green+Blue) = 47+229+251=527 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.92% from 527); Green value is 229 (89.84% from 255 or 43.45% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #2FE5FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FE5FB is #D01A04. Grayscale: #B0B0B0. Windows color (decimal): -13638149 or 16508207. OLE color: 16508207.
HSL color Cylindrical-coordinate representation of color #2FE5FB: hue angle of 186.47º degrees, saturation: 0.96, 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 #2FE5FB is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 229 | 251 | - |
| CMYK | 0.81 | 0.09 | 0 | 0.02 |
| HSL | 186.47º | 0.96% | 0.58% | - |
| HSV(B) | 186.47º | 0.81% | 0.98% | - |
| XYZ | 46.6 | 63.61 | 101.09 | - |
| YUV | 177.09 | 169.7 | 35.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 229 | 251 | 0.81 | 0.09 | 0 | 0.02 | 186.47 | 0.96 | 0.58 |
| Hex | 2F | E5 | FB | 51 | 9 | 0 | 2 | BA | 60 | 3A |
| Octal | 57 | 345 | 373 | 121 | 11 | 0 | 2 | 272 | 140 | 72 |
| Binary | 101111 | 11100101 | 11111011 | 1010001 | 1001 | 0 | 10 | 10111010 | 1100000 | 111010 |
Color Harmonies of #2FE5FB
Complementary color
Monochromatic Colors of #2FE5FB
Black with #2FE5FB
Text Example
Text Example
White with #2FE5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE5FB; }
p { color: rgb(47,229,251); }
H1.HeaderClassName
{
color: #2FE5FB;
}
.AnyTagClassName
{
color: #2FE5FB;
}
</style>
background-color css
<style>
a { background-color: #2FE5FB; }
a { background-color: rgb(47,229,251); }
div.DivClassName
{
background-color: #2FE5FB;
}
.BgClassName
{
background-color: #2FE5FB;
}
</style>
border-color css
<style>
span { border-color: #2FE5FB; }
span { border-color: rgb(47,229,251); }
td.TdClassName
{
border-color: #2FE5FB;
}
.TagClassName
{
border-color: #2FE5FB;
}
</style>