#B4EFE8

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

Shades of Pale Turquoise #B4EFE8

Tints of Pale Turquoise #B4EFE8

Color information

#B4EFE8 (or 0xB4EFE8) is unknown color: approx Pale Turquoise. HEX triplet: B4, EF and E8. RGB value is (180,239,232). Sum of RGB (Red+Green+Blue) = 180+239+232=651 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.65% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 232 (91.02% from 255 or 35.64% from 651); Max value from RGB is 239 - color contains mainly: green. Hex color #B4EFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4EFE8 is #4B1017. Grayscale: #DCDCDC. Windows color (decimal): -4919320 or 15265716. OLE color: 15265716.

HSL color Cylindrical-coordinate representation of color #B4EFE8: hue angle of 172.88º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4EFE8 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB180239232-
CMYK0.2500.030.06
HSL172.88º64.84%82.16%-
HSV(B)172.88º24.69%93.73%-
XYZ64.2577.2687.87-
YUV220.56134.4599.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.65%
GREEN value IS 239 (93.75% from 255) = 36.71%
BLUE value IS 232 (91.02% from 255) = 35.64%
R=27.65%
G=36.71%
B=35.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1802392320.2500.030.06172.8864.8482.16
HexB4EFE819036ad4152
Octal26435735031036255101122
Binary101101001110111111101000110010111101010110110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EFE8; }

 p { color: rgb(180,239,232); }

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

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

 a { background-color: rgb(180,239,232); }

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

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

 span { border-color: rgb(180,239,232); }

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