#B2EBED

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

Shades of Pale Turquoise #B2EBED

Tints of Pale Turquoise #B2EBED

Color information

#B2EBED (or 0xB2EBED) is unknown color: approx Pale Turquoise. HEX triplet: B2, EB and ED. RGB value is (178,235,237). Sum of RGB (Red+Green+Blue) = 178+235+237=650 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.38% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 237 - color contains mainly: blue. Hex color #B2EBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EBED is #4D1412. Grayscale: #DADADA. Windows color (decimal): -5051411 or 15592370. OLE color: 15592370.

HSL color Cylindrical-coordinate representation of color #B2EBED: hue angle of 182.03º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2EBED is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB178235237-
CMYK0.250.0100.07
HSL182.03º62.11%81.37%-
HSV(B)182.03º24.89%92.94%-
XYZ63.357591.26-
YUV218.18138.6299.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.38%
GREEN value IS 235 (92.19% from 255) = 36.15%
BLUE value IS 237 (92.97% from 255) = 36.46%
R=27.38%
G=36.15%
B=36.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1782352370.250.0100.07182.0362.1181.37
HexB2EBED19107b63e51
Octal2623533553110726676121
Binary1011001011101011111011011100110111101101101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EBED; }

 p { color: rgb(178,235,237); }

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

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

 a { background-color: rgb(178,235,237); }

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

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

 span { border-color: rgb(178,235,237); }

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