#2BEDF4

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

Shades of Bright Turquoise #2BEDF4

Tints of Bright Turquoise #2BEDF4

Color information

#2BEDF4 (or 0x2BEDF4) is unknown color: approx Bright Turquoise. HEX triplet: 2B, ED and F4. RGB value is (43,237,244). Sum of RGB (Red+Green+Blue) = 43+237+244=524 (69% of max value = 765). Red value is 43 (17.19% from 255 or 8.21% from 524); Green value is 237 (92.97% from 255 or 45.23% from 524); Blue value is 244 (95.70% from 255 or 46.56% from 524); Max value from RGB is 244 - color contains mainly: blue. Hex color #2BEDF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BEDF4 is #D4120B. Grayscale: #B3B3B3. Windows color (decimal): -13898252 or 16051499. OLE color: 16051499.

HSL color Cylindrical-coordinate representation of color #2BEDF4: hue angle of 182.09º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEDF4 is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB43237244-
CMYK0.820.0300.04
HSL182.09º90.13%56.27%-
HSV(B)182.09º82.38%95.69%-
XYZ47.6167.6196.13-
YUV179.79164.2330.43-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 8.21%
GREEN value IS 237 (92.97% from 255) = 45.23%
BLUE value IS 244 (95.70% from 255) = 46.56%
R=8.21%
G=45.23%
B=46.56%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal432372440.820.0300.04182.0990.1356.27
Hex2BEDF452304b65a38
Octal5335536412230426613270
Binary10101111101101111101001010010110100101101101011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BEDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,237,244); }

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

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

 a { background-color: rgb(43,237,244); }

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

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

 span { border-color: rgb(43,237,244); }

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