Shades of Bright Turquoise #2BEEF9
Tints of Bright Turquoise #2BEEF9
RGB
CMYK
RGB Variations
Color information
#2BEEF9 (or 0x2BEEF9) is known color: Bright Turquoise. HEX triplet: 2B, EE and F9. RGB value is (43,238,249). Sum of RGB (Red+Green+Blue) = 43+238+249=530 (70% of max value = 765). Red value is 43 (17.19% from 255 or 8.11% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 249 (97.66% from 255 or 46.98% from 530); Max value from RGB is 249 - color contains mainly: blue. Hex color #2BEEF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BEEF9 is #D41106. Grayscale: #B4B4B4. Windows color (decimal): -13897991 or 16379435. OLE color: 16379435.
HSL color Cylindrical-coordinate representation of color #2BEEF9: hue angle of 183.2º 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 #2BEEF9 is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 238 | 249 | - |
| CMYK | 0.83 | 0.04 | 0 | 0.02 |
| HSL | 183.2º | 0.94% | 0.57% | - |
| HSV(B) | 183.2º | 0.83% | 0.98% | - |
| XYZ | 48.67 | 68.5 | 100.28 | - |
| YUV | 180.95 | 166.4 | 29.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 238 | 249 | 0.83 | 0.04 | 0 | 0.02 | 183.2 | 0.94 | 0.57 |
| Hex | 2B | EE | F9 | 53 | 4 | 0 | 2 | B7 | 5E | 39 |
| Octal | 53 | 356 | 371 | 123 | 4 | 0 | 2 | 267 | 136 | 71 |
| Binary | 101011 | 11101110 | 11111001 | 1010011 | 100 | 0 | 10 | 10110111 | 1011110 | 111001 |
Color Harmonies of #2BEEF9
Complementary color
Monochromatic Colors of #2BEEF9
Black with #2BEEF9
Text Example
Text Example
White with #2BEEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEEF9; }
p { color: rgb(43,238,249); }
H1.HeaderClassName
{
color: #2BEEF9;
}
.AnyTagClassName
{
color: #2BEEF9;
}
</style>
background-color css
<style>
a { background-color: #2BEEF9; }
a { background-color: rgb(43,238,249); }
div.DivClassName
{
background-color: #2BEEF9;
}
.BgClassName
{
background-color: #2BEEF9;
}
</style>
border-color css
<style>
span { border-color: #2BEEF9; }
span { border-color: rgb(43,238,249); }
td.TdClassName
{
border-color: #2BEEF9;
}
.TagClassName
{
border-color: #2BEEF9;
}
</style>