Shades of Bright Turquoise #2BECFB
Tints of Bright Turquoise #2BECFB
RGB
CMYK
RGB Variations
Color information
#2BECFB (or 0x2BECFB) is known color: Bright Turquoise. HEX triplet: 2B, EC and FB. RGB value is (43,236,251). Sum of RGB (Red+Green+Blue) = 43+236+251=530 (70% of max value = 765). Red value is 43 (17.19% from 255 or 8.11% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #2BECFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BECFB is #D41304. Grayscale: #B3B3B3. Windows color (decimal): -13898501 or 16509995. OLE color: 16509995.
HSL color Cylindrical-coordinate representation of color #2BECFB: hue angle of 184.33º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BECFB is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 236 | 251 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.02 |
| HSL | 184.33º | 0.96% | 0.58% | - |
| HSV(B) | 184.33º | 0.83% | 0.98% | - |
| XYZ | 48.4 | 67.47 | 101.74 | - |
| YUV | 180 | 168.06 | 30.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 236 | 251 | 0.83 | 0.06 | 0 | 0.02 | 184.33 | 0.96 | 0.58 |
| Hex | 2B | EC | FB | 53 | 6 | 0 | 2 | B8 | 60 | 3A |
| Octal | 53 | 354 | 373 | 123 | 6 | 0 | 2 | 270 | 140 | 72 |
| Binary | 101011 | 11101100 | 11111011 | 1010011 | 110 | 0 | 10 | 10111000 | 1100000 | 111010 |
Color Harmonies of #2BECFB
Complementary color
Monochromatic Colors of #2BECFB
Black with #2BECFB
Text Example
Text Example
White with #2BECFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BECFB; }
p { color: rgb(43,236,251); }
H1.HeaderClassName
{
color: #2BECFB;
}
.AnyTagClassName
{
color: #2BECFB;
}
</style>
background-color css
<style>
a { background-color: #2BECFB; }
a { background-color: rgb(43,236,251); }
div.DivClassName
{
background-color: #2BECFB;
}
.BgClassName
{
background-color: #2BECFB;
}
</style>
border-color css
<style>
span { border-color: #2BECFB; }
span { border-color: rgb(43,236,251); }
td.TdClassName
{
border-color: #2BECFB;
}
.TagClassName
{
border-color: #2BECFB;
}
</style>