Shades of Bright Turquoise #2BEFEC
Tints of Bright Turquoise #2BEFEC
RGB
CMYK
RGB Variations
Color information
#2BEFEC (or 0x2BEFEC) is known color: Bright Turquoise. HEX triplet: 2B, EF and EC. RGB value is (43,239,236). Sum of RGB (Red+Green+Blue) = 43+239+236=518 (68% of max value = 765). Red value is 43 (17.19% from 255 or 8.30% from 518); Green value is 239 (93.75% from 255 or 46.14% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEFEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BEFEC is #D41013. Grayscale: #B3B3B3. Windows color (decimal): -13897748 or 15527723. OLE color: 15527723.
HSL color Cylindrical-coordinate representation of color #2BEFEC: hue angle of 179.08º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEFEC is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 239 | 236 | - |
| CMYK | 0.82 | 0 | 0.01 | 0.06 |
| HSL | 179.08º | 0.86% | 0.55% | - |
| HSV(B) | 179.08º | 0.82% | 0.94% | - |
| XYZ | 47 | 68.3 | 90.06 | - |
| YUV | 180.05 | 159.57 | 30.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 239 | 236 | 0.82 | 0 | 0.01 | 0.06 | 179.08 | 0.86 | 0.55 |
| Hex | 2B | EF | EC | 52 | 0 | 1 | 6 | B3 | 56 | 37 |
| Octal | 53 | 357 | 354 | 122 | 0 | 1 | 6 | 263 | 126 | 67 |
| Binary | 101011 | 11101111 | 11101100 | 1010010 | 0 | 1 | 110 | 10110011 | 1010110 | 110111 |
Color Harmonies of #2BEFEC
Complementary color
Monochromatic Colors of #2BEFEC
Black with #2BEFEC
Text Example
Text Example
White with #2BEFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEFEC; }
p { color: rgb(43,239,236); }
H1.HeaderClassName
{
color: #2BEFEC;
}
.AnyTagClassName
{
color: #2BEFEC;
}
</style>
background-color css
<style>
a { background-color: #2BEFEC; }
a { background-color: rgb(43,239,236); }
div.DivClassName
{
background-color: #2BEFEC;
}
.BgClassName
{
background-color: #2BEFEC;
}
</style>
border-color css
<style>
span { border-color: #2BEFEC; }
span { border-color: rgb(43,239,236); }
td.TdClassName
{
border-color: #2BEFEC;
}
.TagClassName
{
border-color: #2BEFEC;
}
</style>