Shades of Bright Turquoise #2BE3FF
Tints of Bright Turquoise #2BE3FF
RGB
CMYK
RGB Variations
Color information
#2BE3FF (or 0x2BE3FF) is known color: Bright Turquoise. HEX triplet: 2B, E3 and FF. RGB value is (43,227,255). Sum of RGB (Red+Green+Blue) = 43+227+255=525 (69% of max value = 765). Red value is 43 (17.19% from 255 or 8.19% from 525); Green value is 227 (89.06% from 255 or 43.24% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #2BE3FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BE3FF is #D41C00. Grayscale: #AEAEAE. Windows color (decimal): -13900801 or 16769835. OLE color: 16769835.
HSL color Cylindrical-coordinate representation of color #2BE3FF: hue angle of 187.92º 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 #2BE3FF is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 227 | 255 | - |
| CMYK | 0.83 | 0.11 | 0 | 0 |
| HSL | 187.92º | 1% | 0.58% | - |
| HSV(B) | 187.92º | 0.83% | 1% | - |
| XYZ | 46.52 | 62.67 | 104.25 | - |
| YUV | 175.18 | 173.04 | 33.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 227 | 255 | 0.83 | 0.11 | 0 | 0 | 187.92 | 1 | 0.58 |
| Hex | 2B | E3 | FF | 53 | B | 0 | 0 | BC | 64 | 3A |
| Octal | 53 | 343 | 377 | 123 | 13 | 0 | 0 | 274 | 144 | 72 |
| Binary | 101011 | 11100011 | 11111111 | 1010011 | 1011 | 0 | 0 | 10111100 | 1100100 | 111010 |
Color Harmonies of #2BE3FF
Complementary color
Monochromatic Colors of #2BE3FF
Black with #2BE3FF
Text Example
Text Example
White with #2BE3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE3FF; }
p { color: rgb(43,227,255); }
H1.HeaderClassName
{
color: #2BE3FF;
}
.AnyTagClassName
{
color: #2BE3FF;
}
</style>
background-color css
<style>
a { background-color: #2BE3FF; }
a { background-color: rgb(43,227,255); }
div.DivClassName
{
background-color: #2BE3FF;
}
.BgClassName
{
background-color: #2BE3FF;
}
</style>
border-color css
<style>
span { border-color: #2BE3FF; }
span { border-color: rgb(43,227,255); }
td.TdClassName
{
border-color: #2BE3FF;
}
.TagClassName
{
border-color: #2BE3FF;
}
</style>