Shades of Bright Turquoise #2BE5FA
Tints of Bright Turquoise #2BE5FA
RGB
CMYK
RGB Variations
Color information
#2BE5FA (or 0x2BE5FA) is known color: Bright Turquoise. HEX triplet: 2B, E5 and FA. RGB value is (43,229,250). Sum of RGB (Red+Green+Blue) = 43+229+250=522 (69% of max value = 765). Red value is 43 (17.19% from 255 or 8.24% from 522); Green value is 229 (89.84% from 255 or 43.87% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #2BE5FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BE5FA is #D41A05. Grayscale: #AFAFAF. Windows color (decimal): -13900294 or 16442667. OLE color: 16442667.
HSL color Cylindrical-coordinate representation of color #2BE5FA: hue angle of 186.09º degrees, saturation: 0.95, 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 #2BE5FA is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 229 | 250 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.02 |
| HSL | 186.09º | 0.95% | 0.57% | - |
| HSV(B) | 186.09º | 0.83% | 0.98% | - |
| XYZ | 46.27 | 63.45 | 100.25 | - |
| YUV | 175.78 | 169.88 | 33.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 229 | 250 | 0.83 | 0.08 | 0 | 0.02 | 186.09 | 0.95 | 0.57 |
| Hex | 2B | E5 | FA | 53 | 8 | 0 | 2 | BA | 5F | 39 |
| Octal | 53 | 345 | 372 | 123 | 10 | 0 | 2 | 272 | 137 | 71 |
| Binary | 101011 | 11100101 | 11111010 | 1010011 | 1000 | 0 | 10 | 10111010 | 1011111 | 111001 |
Color Harmonies of #2BE5FA
Complementary color
Monochromatic Colors of #2BE5FA
Black with #2BE5FA
Text Example
Text Example
White with #2BE5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE5FA; }
p { color: rgb(43,229,250); }
H1.HeaderClassName
{
color: #2BE5FA;
}
.AnyTagClassName
{
color: #2BE5FA;
}
</style>
background-color css
<style>
a { background-color: #2BE5FA; }
a { background-color: rgb(43,229,250); }
div.DivClassName
{
background-color: #2BE5FA;
}
.BgClassName
{
background-color: #2BE5FA;
}
</style>
border-color css
<style>
span { border-color: #2BE5FA; }
span { border-color: rgb(43,229,250); }
td.TdClassName
{
border-color: #2BE5FA;
}
.TagClassName
{
border-color: #2BE5FA;
}
</style>