Shades of Bright Turquoise #2BE9FA
Tints of Bright Turquoise #2BE9FA
RGB
CMYK
RGB Variations
Color information
#2BE9FA (or 0x2BE9FA) is known color: Bright Turquoise. HEX triplet: 2B, E9 and FA. RGB value is (43,233,250). Sum of RGB (Red+Green+Blue) = 43+233+250=526 (69% of max value = 765). Red value is 43 (17.19% from 255 or 8.17% from 526); Green value is 233 (91.41% from 255 or 44.30% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #2BE9FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BE9FA is #D41605. Grayscale: #B1B1B1. Windows color (decimal): -13899270 or 16443691. OLE color: 16443691.
HSL color Cylindrical-coordinate representation of color #2BE9FA: hue angle of 184.93º 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 #2BE9FA is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 233 | 250 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.02 |
| HSL | 184.93º | 0.95% | 0.57% | - |
| HSV(B) | 184.93º | 0.83% | 0.98% | - |
| XYZ | 47.39 | 65.69 | 100.62 | - |
| YUV | 178.13 | 168.55 | 31.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 233 | 250 | 0.83 | 0.07 | 0 | 0.02 | 184.93 | 0.95 | 0.57 |
| Hex | 2B | E9 | FA | 53 | 7 | 0 | 2 | B9 | 5F | 39 |
| Octal | 53 | 351 | 372 | 123 | 7 | 0 | 2 | 271 | 137 | 71 |
| Binary | 101011 | 11101001 | 11111010 | 1010011 | 111 | 0 | 10 | 10111001 | 1011111 | 111001 |
Color Harmonies of #2BE9FA
Complementary color
Monochromatic Colors of #2BE9FA
Black with #2BE9FA
Text Example
Text Example
White with #2BE9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE9FA; }
p { color: rgb(43,233,250); }
H1.HeaderClassName
{
color: #2BE9FA;
}
.AnyTagClassName
{
color: #2BE9FA;
}
</style>
background-color css
<style>
a { background-color: #2BE9FA; }
a { background-color: rgb(43,233,250); }
div.DivClassName
{
background-color: #2BE9FA;
}
.BgClassName
{
background-color: #2BE9FA;
}
</style>
border-color css
<style>
span { border-color: #2BE9FA; }
span { border-color: rgb(43,233,250); }
td.TdClassName
{
border-color: #2BE9FA;
}
.TagClassName
{
border-color: #2BE9FA;
}
</style>