#2BE7FB

Color #2BE7FB Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #2BE7FB

Tints of Bright Turquoise #2BE7FB

Color information

#2BE7FB (or 0x2BE7FB) is unknown color: approx Bright Turquoise. HEX triplet: 2B, E7 and FB. RGB value is (43,231,251). Sum of RGB (Red+Green+Blue) = 43+231+251=525 (69% of max value = 765). Red value is 43 (17.19% from 255 or 8.19% from 525); Green value is 231 (90.62% from 255 or 44% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #2BE7FB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BE7FB is #D41804. Grayscale: #B0B0B0. Windows color (decimal): -13899781 or 16508715. OLE color: 16508715.

HSL color Cylindrical-coordinate representation of color #2BE7FB: hue angle of 185.77º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BE7FB is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB43231251-
CMYK0.830.0800.02
HSL185.77º96.3%57.65%-
HSV(B)185.77º82.87%98.43%-
XYZ46.9864.63101.27-
YUV177.07169.7232.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 8.19%
GREEN value IS 231 (90.62% from 255) = 44%
BLUE value IS 251 (98.44% from 255) = 47.81%
R=8.19%
G=44%
B=47.81%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal432312510.830.0800.02185.7796.357.65
Hex2BE7FB53802ba603a
Octal53347373123100227214072
Binary101011111001111111101110100111000010101110101100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BE7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2BE7FB; }

 p { color: rgb(43,231,251); }

 H1.HeaderClassName
 {
   color: #2BE7FB;
 }
 .AnyTagClassName
 {
   color: #2BE7FB;
 }
</style>
background-color css

<style>
 a { background-color: #2BE7FB; }

 a { background-color: rgb(43,231,251); }

 div.DivClassName
 {
   background-color: #2BE7FB;
 }
 .BgClassName
 {
   background-color: #2BE7FB;
 }
</style>
border-color css

<style>
 span { border-color: #2BE7FB; }

 span { border-color: rgb(43,231,251); }

 td.TdClassName
 {
   border-color: #2BE7FB;
 }
 .TagClassName
 {
   border-color: #2BE7FB;
 }
</style>