#B5F7EC

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

Shades of Pale Turquoise #B5F7EC

Tints of Pale Turquoise #B5F7EC

Color information

#B5F7EC (or 0xB5F7EC) is unknown color: approx Pale Turquoise. HEX triplet: B5, F7 and EC. RGB value is (181,247,236). Sum of RGB (Red+Green+Blue) = 181+247+236=664 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.26% from 664); Green value is 247 (96.88% from 255 or 37.20% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 247 - color contains mainly: green. Hex color #B5F7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F7EC is #4A0813. Grayscale: #E1E1E1. Windows color (decimal): -4851732 or 15529909. OLE color: 15529909.

HSL color Cylindrical-coordinate representation of color #B5F7EC: hue angle of 170º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5F7EC is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB181247236-
CMYK0.2700.040.03
HSL170º80.49%83.92%-
HSV(B)170º26.72%96.86%-
XYZ67.4682.491.71-
YUV226.01133.6395.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.26%
GREEN value IS 247 (96.88% from 255) = 37.20%
BLUE value IS 236 (92.58% from 255) = 35.54%
R=27.26%
G=37.20%
B=35.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1812472360.2700.040.0317080.4983.92
HexB5F7EC1B043aa5054
Octal26536735433043252120124
Binary101101011111011111101100110110100111010101010100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F7EC; }

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

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

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

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

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

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

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

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