Shades of Bright Turquoise #2BEFF9
Tints of Bright Turquoise #2BEFF9
RGB
CMYK
RGB Variations
Color information
#2BEFF9 (or 0x2BEFF9) is known color: Bright Turquoise. HEX triplet: 2B, EF and F9. RGB value is (43,239,249). Sum of RGB (Red+Green+Blue) = 43+239+249=531 (70% of max value = 765). Red value is 43 (17.19% from 255 or 8.10% from 531); Green value is 239 (93.75% from 255 or 45.01% from 531); Blue value is 249 (97.66% from 255 or 46.89% from 531); Max value from RGB is 249 - color contains mainly: blue. Hex color #2BEFF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BEFF9 is #D41006. Grayscale: #B5B5B5. Windows color (decimal): -13897735 or 16379691. OLE color: 16379691.
HSL color Cylindrical-coordinate representation of color #2BEFF9: hue angle of 182.91º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BEFF9 is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 239 | 249 | - |
| CMYK | 0.83 | 0.04 | 0 | 0.02 |
| HSL | 182.91º | 0.94% | 0.57% | - |
| HSV(B) | 182.91º | 0.83% | 0.98% | - |
| XYZ | 48.96 | 69.09 | 100.38 | - |
| YUV | 181.54 | 166.07 | 29.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 239 | 249 | 0.83 | 0.04 | 0 | 0.02 | 182.91 | 0.94 | 0.57 |
| Hex | 2B | EF | F9 | 53 | 4 | 0 | 2 | B7 | 5E | 39 |
| Octal | 53 | 357 | 371 | 123 | 4 | 0 | 2 | 267 | 136 | 71 |
| Binary | 101011 | 11101111 | 11111001 | 1010011 | 100 | 0 | 10 | 10110111 | 1011110 | 111001 |
Color Harmonies of #2BEFF9
Complementary color
Monochromatic Colors of #2BEFF9
Black with #2BEFF9
Text Example
Text Example
White with #2BEFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEFF9; }
p { color: rgb(43,239,249); }
H1.HeaderClassName
{
color: #2BEFF9;
}
.AnyTagClassName
{
color: #2BEFF9;
}
</style>
background-color css
<style>
a { background-color: #2BEFF9; }
a { background-color: rgb(43,239,249); }
div.DivClassName
{
background-color: #2BEFF9;
}
.BgClassName
{
background-color: #2BEFF9;
}
</style>
border-color css
<style>
span { border-color: #2BEFF9; }
span { border-color: rgb(43,239,249); }
td.TdClassName
{
border-color: #2BEFF9;
}
.TagClassName
{
border-color: #2BEFF9;
}
</style>