Shades of Bright Turquoise #2BEFF2
Tints of Bright Turquoise #2BEFF2
RGB
CMYK
RGB Variations
Color information
#2BEFF2 (or 0x2BEFF2) is known color: Bright Turquoise. HEX triplet: 2B, EF and F2. RGB value is (43,239,242). Sum of RGB (Red+Green+Blue) = 43+239+242=524 (69% of max value = 765). Red value is 43 (17.19% from 255 or 8.21% from 524); Green value is 239 (93.75% from 255 or 45.61% from 524); Blue value is 242 (94.92% from 255 or 46.18% from 524); Max value from RGB is 242 - color contains mainly: blue. Hex color #2BEFF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BEFF2 is #D4100D. Grayscale: #B4B4B4. Windows color (decimal): -13897742 or 15920939. OLE color: 15920939.
HSL color Cylindrical-coordinate representation of color #2BEFF2: hue angle of 180.9º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEFF2 is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 43 | 239 | 242 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.05 |
| HSL | 180.9º | 0.88% | 0.56% | - |
| HSV(B) | 180.9º | 0.82% | 0.95% | - |
| XYZ | 47.89 | 68.66 | 94.73 | - |
| YUV | 180.74 | 162.57 | 29.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 239 | 242 | 0.82 | 0.01 | 0 | 0.05 | 180.9 | 0.88 | 0.56 |
| Hex | 2B | EF | F2 | 52 | 1 | 0 | 5 | B5 | 58 | 38 |
| Octal | 53 | 357 | 362 | 122 | 1 | 0 | 5 | 265 | 130 | 70 |
| Binary | 101011 | 11101111 | 11110010 | 1010010 | 1 | 0 | 101 | 10110101 | 1011000 | 111000 |
Color Harmonies of #2BEFF2
Complementary color
Monochromatic Colors of #2BEFF2
Black with #2BEFF2
Text Example
Text Example
White with #2BEFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEFF2; }
p { color: rgb(43,239,242); }
H1.HeaderClassName
{
color: #2BEFF2;
}
.AnyTagClassName
{
color: #2BEFF2;
}
</style>
background-color css
<style>
a { background-color: #2BEFF2; }
a { background-color: rgb(43,239,242); }
div.DivClassName
{
background-color: #2BEFF2;
}
.BgClassName
{
background-color: #2BEFF2;
}
</style>
border-color css
<style>
span { border-color: #2BEFF2; }
span { border-color: rgb(43,239,242); }
td.TdClassName
{
border-color: #2BEFF2;
}
.TagClassName
{
border-color: #2BEFF2;
}
</style>