#B4EFEA

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

Shades of Pale Turquoise #B4EFEA

Tints of Pale Turquoise #B4EFEA

Color information

#B4EFEA (or 0xB4EFEA) is unknown color: approx Pale Turquoise. HEX triplet: B4, EF and EA. RGB value is (180,239,234). Sum of RGB (Red+Green+Blue) = 180+239+234=653 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.57% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 239 - color contains mainly: green. Hex color #B4EFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4EFEA is #4B1015. Grayscale: #DCDCDC. Windows color (decimal): -4919318 or 15396788. OLE color: 15396788.

HSL color Cylindrical-coordinate representation of color #B4EFEA: hue angle of 174.92º 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 #B4EFEA is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB180239234-
CMYK0.2500.020.06
HSL174.92º64.84%82.16%-
HSV(B)174.92º24.69%93.73%-
XYZ64.5477.3889.38-
YUV220.79135.4598.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.57%
GREEN value IS 239 (93.75% from 255) = 36.60%
BLUE value IS 234 (91.80% from 255) = 35.83%
R=27.57%
G=36.60%
B=35.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1802392340.2500.020.06174.9264.8482.16
HexB4EFEA19026af4152
Octal26435735231026257101122
Binary101101001110111111101010110010101101010111110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EFEA; }

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

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

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

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

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

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

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

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