#B4EBED

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

Shades of Pale Turquoise #B4EBED

Tints of Pale Turquoise #B4EBED

Color information

#B4EBED (or 0xB4EBED) is unknown color: approx Pale Turquoise. HEX triplet: B4, EB and ED. RGB value is (180,235,237). Sum of RGB (Red+Green+Blue) = 180+235+237=652 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.61% from 652); Green value is 235 (92.19% from 255 or 36.04% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 237 - color contains mainly: blue. Hex color #B4EBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4EBED is #4B1412. Grayscale: #DADADA. Windows color (decimal): -4920339 or 15592372. OLE color: 15592372.

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

Color convert

RGB180235237-
CMYK0.240.0100.07
HSL182.11º61.29%81.76%-
HSV(B)182.11º24.05%92.94%-
XYZ63.8275.2391.28-
YUV218.78138.28100.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.61%
GREEN value IS 235 (92.19% from 255) = 36.04%
BLUE value IS 237 (92.97% from 255) = 36.35%
R=27.61%
G=36.04%
B=36.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1802352370.240.0100.07182.1161.2981.76
HexB4EBED18107b63d52
Octal2643533553010726675122
Binary1011010011101011111011011100010111101101101111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EBED; }

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

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

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

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

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

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

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

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