Shades of Bright Turquoise #2BE4FF
Tints of Bright Turquoise #2BE4FF
RGB
CMYK
RGB Variations
Color information
#2BE4FF (or 0x2BE4FF) is known color: Bright Turquoise. HEX triplet: 2B, E4 and FF. RGB value is (43,228,255). Sum of RGB (Red+Green+Blue) = 43+228+255=526 (69% of max value = 765). Red value is 43 (17.19% from 255 or 8.17% from 526); Green value is 228 (89.45% from 255 or 43.35% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #2BE4FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BE4FF is #D41B00. Grayscale: #AFAFAF. Windows color (decimal): -13900545 or 16770091. OLE color: 16770091.
HSL color Cylindrical-coordinate representation of color #2BE4FF: hue angle of 187.64º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BE4FF is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 228 | 255 | - |
| CMYK | 0.83 | 0.11 | 0 | 0 |
| HSL | 187.64º | 1% | 0.58% | - |
| HSV(B) | 187.64º | 0.83% | 1% | - |
| XYZ | 46.79 | 63.22 | 104.34 | - |
| YUV | 175.76 | 172.71 | 33.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 228 | 255 | 0.83 | 0.11 | 0 | 0 | 187.64 | 1 | 0.58 |
| Hex | 2B | E4 | FF | 53 | B | 0 | 0 | BC | 64 | 3A |
| Octal | 53 | 344 | 377 | 123 | 13 | 0 | 0 | 274 | 144 | 72 |
| Binary | 101011 | 11100100 | 11111111 | 1010011 | 1011 | 0 | 0 | 10111100 | 1100100 | 111010 |
Color Harmonies of #2BE4FF
Complementary color
Monochromatic Colors of #2BE4FF
Black with #2BE4FF
Text Example
Text Example
White with #2BE4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE4FF; }
p { color: rgb(43,228,255); }
H1.HeaderClassName
{
color: #2BE4FF;
}
.AnyTagClassName
{
color: #2BE4FF;
}
</style>
background-color css
<style>
a { background-color: #2BE4FF; }
a { background-color: rgb(43,228,255); }
div.DivClassName
{
background-color: #2BE4FF;
}
.BgClassName
{
background-color: #2BE4FF;
}
</style>
border-color css
<style>
span { border-color: #2BE4FF; }
span { border-color: rgb(43,228,255); }
td.TdClassName
{
border-color: #2BE4FF;
}
.TagClassName
{
border-color: #2BE4FF;
}
</style>