#2BEDF2

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

Shades of Bright Turquoise #2BEDF2

Tints of Bright Turquoise #2BEDF2

Color information

#2BEDF2 (or 0x2BEDF2) is unknown color: approx Bright Turquoise. HEX triplet: 2B, ED and F2. RGB value is (43,237,242). Sum of RGB (Red+Green+Blue) = 43+237+242=522 (69% of max value = 765). Red value is 43 (17.19% from 255 or 8.24% from 522); Green value is 237 (92.97% from 255 or 45.40% from 522); Blue value is 242 (94.92% from 255 or 46.36% from 522); Max value from RGB is 242 - color contains mainly: blue. Hex color #2BEDF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BEDF2 is #D4120D. Grayscale: #B3B3B3. Windows color (decimal): -13898254 or 15920427. OLE color: 15920427.

HSL color Cylindrical-coordinate representation of color #2BEDF2: hue angle of 181.51º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEDF2 is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB43237242-
CMYK0.820.0200.05
HSL181.51º88.44%55.88%-
HSV(B)181.51º82.23%94.9%-
XYZ47.3167.4994.54-
YUV179.56163.2330.59-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 8.24%
GREEN value IS 237 (92.97% from 255) = 45.40%
BLUE value IS 242 (94.92% from 255) = 46.36%
R=8.24%
G=45.40%
B=46.36%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal432372420.820.0200.05181.5188.4455.88
Hex2BEDF252205b65838
Octal5335536212220526613070
Binary10101111101101111100101010010100101101101101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BEDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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