#B4E7E5

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

Shades of Pale Turquoise #B4E7E5

Tints of Pale Turquoise #B4E7E5

Color information

#B4E7E5 (or 0xB4E7E5) is unknown color: approx Pale Turquoise. HEX triplet: B4, E7 and E5. RGB value is (180,231,229). Sum of RGB (Red+Green+Blue) = 180+231+229=640 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.12% from 640); Green value is 231 (90.62% from 255 or 36.09% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 231 - color contains mainly: green. Hex color #B4E7E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E7E5 is #4B181A. Grayscale: #D7D7D7. Windows color (decimal): -4921371 or 15067060. OLE color: 15067060.

HSL color Cylindrical-coordinate representation of color #B4E7E5: hue angle of 177.65º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4E7E5 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB180231229-
CMYK0.2200.010.09
HSL177.65º51.52%80.59%-
HSV(B)177.65º22.08%90.59%-
XYZ61.5472.5184.88-
YUV215.52135.6102.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.12%
GREEN value IS 231 (90.62% from 255) = 36.09%
BLUE value IS 229 (89.84% from 255) = 35.78%
R=28.12%
G=36.09%
B=35.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1802312290.2200.010.09177.6551.5280.59
HexB4E7E516019b23451
Octal26434734526011126264121
Binary10110100111001111110010110110011001101100101101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E7E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E7E5; }

 p { color: rgb(180,231,229); }

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

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

 a { background-color: rgb(180,231,229); }

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

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

 span { border-color: rgb(180,231,229); }

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