#B5EFEC

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

Shades of Pale Turquoise #B5EFEC

Tints of Pale Turquoise #B5EFEC

Color information

#B5EFEC (or 0xB5EFEC) is unknown color: approx Pale Turquoise. HEX triplet: B5, EF and EC. RGB value is (181,239,236). Sum of RGB (Red+Green+Blue) = 181+239+236=656 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.59% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5EFEC is #4A1013. Grayscale: #DDDDDD. Windows color (decimal): -4853780 or 15527861. OLE color: 15527861.

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

Color convert

RGB181239236-
CMYK0.2400.010.06
HSL176.9º64.44%82.35%-
HSV(B)176.9º24.27%93.73%-
XYZ65.0677.6190.91-
YUV221.32136.2899.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.59%
GREEN value IS 239 (93.75% from 255) = 36.43%
BLUE value IS 236 (92.58% from 255) = 35.98%
R=27.59%
G=36.43%
B=35.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812392360.2400.010.06176.964.4482.35
HexB5EFEC18016b14052
Octal26535735430016261100122
Binary10110101111011111110110011000011101011000110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EFEC; }

 p { color: rgb(181,239,236); }

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

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

 a { background-color: rgb(181,239,236); }

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

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

 span { border-color: rgb(181,239,236); }

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