Shades of Bright Turquoise #2BE2FF
Tints of Bright Turquoise #2BE2FF
RGB
CMYK
RGB Variations
Color information
#2BE2FF (or 0x2BE2FF) is known color: Bright Turquoise. HEX triplet: 2B, E2 and FF. RGB value is (43,226,255). Sum of RGB (Red+Green+Blue) = 43+226+255=524 (69% of max value = 765). Red value is 43 (17.19% from 255 or 8.21% from 524); Green value is 226 (88.67% from 255 or 43.13% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #2BE2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BE2FF is #D41D00. Grayscale: #AEAEAE. Windows color (decimal): -13901057 or 16769579. OLE color: 16769579.
HSL color Cylindrical-coordinate representation of color #2BE2FF: hue angle of 188.21º 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 #2BE2FF is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 226 | 255 | - |
| CMYK | 0.83 | 0.11 | 0 | 0 |
| HSL | 188.21º | 1% | 0.58% | - |
| HSV(B) | 188.21º | 0.83% | 1% | - |
| XYZ | 46.24 | 62.13 | 104.16 | - |
| YUV | 174.59 | 173.37 | 34.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 226 | 255 | 0.83 | 0.11 | 0 | 0 | 188.21 | 1 | 0.58 |
| Hex | 2B | E2 | FF | 53 | B | 0 | 0 | BC | 64 | 3A |
| Octal | 53 | 342 | 377 | 123 | 13 | 0 | 0 | 274 | 144 | 72 |
| Binary | 101011 | 11100010 | 11111111 | 1010011 | 1011 | 0 | 0 | 10111100 | 1100100 | 111010 |
Color Harmonies of #2BE2FF
Complementary color
Monochromatic Colors of #2BE2FF
Black with #2BE2FF
Text Example
Text Example
White with #2BE2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE2FF; }
p { color: rgb(43,226,255); }
H1.HeaderClassName
{
color: #2BE2FF;
}
.AnyTagClassName
{
color: #2BE2FF;
}
</style>
background-color css
<style>
a { background-color: #2BE2FF; }
a { background-color: rgb(43,226,255); }
div.DivClassName
{
background-color: #2BE2FF;
}
.BgClassName
{
background-color: #2BE2FF;
}
</style>
border-color css
<style>
span { border-color: #2BE2FF; }
span { border-color: rgb(43,226,255); }
td.TdClassName
{
border-color: #2BE2FF;
}
.TagClassName
{
border-color: #2BE2FF;
}
</style>