Shades of Bright Turquoise #2FEFFB
Tints of Bright Turquoise #2FEFFB
RGB
CMYK
RGB Variations
Color information
#2FEFFB (or 0x2FEFFB) is known color: Bright Turquoise. HEX triplet: 2F, EF and FB. RGB value is (47,239,251). Sum of RGB (Red+Green+Blue) = 47+239+251=537 (71% of max value = 765). Red value is 47 (18.75% from 255 or 8.75% from 537); Green value is 239 (93.75% from 255 or 44.51% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #2FEFFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEFFB is #D01004. Grayscale: #B6B6B6. Windows color (decimal): -13635589 or 16510767. OLE color: 16510767.
HSL color Cylindrical-coordinate representation of color #2FEFFB: hue angle of 183.53º 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 #2FEFFB is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 239 | 251 | - |
| CMYK | 0.81 | 0.05 | 0 | 0.02 |
| HSL | 183.53º | 0.96% | 0.58% | - |
| HSV(B) | 183.53º | 0.81% | 0.98% | - |
| XYZ | 49.45 | 69.3 | 102.04 | - |
| YUV | 182.96 | 166.39 | 31.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 239 | 251 | 0.81 | 0.05 | 0 | 0.02 | 183.53 | 0.96 | 0.58 |
| Hex | 2F | EF | FB | 51 | 5 | 0 | 2 | B8 | 60 | 3A |
| Octal | 57 | 357 | 373 | 121 | 5 | 0 | 2 | 270 | 140 | 72 |
| Binary | 101111 | 11101111 | 11111011 | 1010001 | 101 | 0 | 10 | 10111000 | 1100000 | 111010 |
Color Harmonies of #2FEFFB
Complementary color
Monochromatic Colors of #2FEFFB
Black with #2FEFFB
Text Example
Text Example
White with #2FEFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEFFB; }
p { color: rgb(47,239,251); }
H1.HeaderClassName
{
color: #2FEFFB;
}
.AnyTagClassName
{
color: #2FEFFB;
}
</style>
background-color css
<style>
a { background-color: #2FEFFB; }
a { background-color: rgb(47,239,251); }
div.DivClassName
{
background-color: #2FEFFB;
}
.BgClassName
{
background-color: #2FEFFB;
}
</style>
border-color css
<style>
span { border-color: #2FEFFB; }
span { border-color: rgb(47,239,251); }
td.TdClassName
{
border-color: #2FEFFB;
}
.TagClassName
{
border-color: #2FEFFB;
}
</style>