#B2FAEC

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

Shades of Pale Turquoise #B2FAEC

Tints of Pale Turquoise #B2FAEC

Color information

#B2FAEC (or 0xB2FAEC) is unknown color: approx Pale Turquoise. HEX triplet: B2, FA and EC. RGB value is (178,250,236). Sum of RGB (Red+Green+Blue) = 178+250+236=664 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.81% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FAEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FAEC is #4D0513. Grayscale: #E2E2E2. Windows color (decimal): -5047572 or 15530674. OLE color: 15530674.

HSL color Cylindrical-coordinate representation of color #B2FAEC: hue angle of 168.33º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FAEC is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB178250236-
CMYK0.2900.060.02
HSL168.33º87.8%83.92%-
HSV(B)168.33º28.8%98.04%-
XYZ67.6983.8991.98-
YUV226.88133.1593.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.81%
GREEN value IS 250 (98.05% from 255) = 37.65%
BLUE value IS 236 (92.58% from 255) = 35.54%
R=26.81%
G=37.65%
B=35.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782502360.2900.060.02168.3387.883.92
HexB2FAEC1D062a85854
Octal26237235435062250130124
Binary101100101111101011101100111010110101010100010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FAEC; }

 p { color: rgb(178,250,236); }

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

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

 a { background-color: rgb(178,250,236); }

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

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

 span { border-color: rgb(178,250,236); }

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