Shades of Bright Turquoise #2BFCE9
Tints of Bright Turquoise #2BFCE9
RGB
CMYK
RGB Variations
Color information
#2BFCE9 (or 0x2BFCE9) is known color: Bright Turquoise. HEX triplet: 2B, FC and E9. RGB value is (43,252,233). Sum of RGB (Red+Green+Blue) = 43+252+233=528 (69% of max value = 765). Red value is 43 (17.19% from 255 or 8.14% from 528); Green value is 252 (98.83% from 255 or 47.73% from 528); Blue value is 233 (91.41% from 255 or 44.13% from 528); Max value from RGB is 252 - color contains mainly: green. Hex color #2BFCE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BFCE9 is #D40316. Grayscale: #BBBBBB. Windows color (decimal): -13894423 or 15334443. OLE color: 15334443.
HSL color Cylindrical-coordinate representation of color #2BFCE9: hue angle of 174.55º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFCE9 is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 252 | 233 | - |
| CMYK | 0.83 | 0 | 0.08 | 0.01 |
| HSL | 174.55º | 0.97% | 0.58% | - |
| HSV(B) | 174.55º | 0.83% | 0.99% | - |
| XYZ | 50.51 | 76.02 | 89.1 | - |
| YUV | 187.34 | 153.76 | 25.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 252 | 233 | 0.83 | 0 | 0.08 | 0.01 | 174.55 | 0.97 | 0.58 |
| Hex | 2B | FC | E9 | 53 | 0 | 8 | 1 | AF | 61 | 3A |
| Octal | 53 | 374 | 351 | 123 | 0 | 10 | 1 | 257 | 141 | 72 |
| Binary | 101011 | 11111100 | 11101001 | 1010011 | 0 | 1000 | 1 | 10101111 | 1100001 | 111010 |
Color Harmonies of #2BFCE9
Complementary color
Monochromatic Colors of #2BFCE9
Black with #2BFCE9
Text Example
Text Example
White with #2BFCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFCE9; }
p { color: rgb(43,252,233); }
H1.HeaderClassName
{
color: #2BFCE9;
}
.AnyTagClassName
{
color: #2BFCE9;
}
</style>
background-color css
<style>
a { background-color: #2BFCE9; }
a { background-color: rgb(43,252,233); }
div.DivClassName
{
background-color: #2BFCE9;
}
.BgClassName
{
background-color: #2BFCE9;
}
</style>
border-color css
<style>
span { border-color: #2BFCE9; }
span { border-color: rgb(43,252,233); }
td.TdClassName
{
border-color: #2BFCE9;
}
.TagClassName
{
border-color: #2BFCE9;
}
</style>