#B2EEFB

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

Shades of Pale Turquoise #B2EEFB

Tints of Pale Turquoise #B2EEFB

Color information

#B2EEFB (or 0xB2EEFB) is unknown color: approx Pale Turquoise. HEX triplet: B2, EE and FB. RGB value is (178,238,251). Sum of RGB (Red+Green+Blue) = 178+238+251=667 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.69% from 667); Green value is 238 (93.36% from 255 or 35.68% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 251 - color contains mainly: blue. Hex color #B2EEFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EEFB is #4D1104. Grayscale: #DDDDDD. Windows color (decimal): -5050629 or 16510642. OLE color: 16510642.

HSL color Cylindrical-coordinate representation of color #B2EEFB: hue angle of 190.68º degrees, saturation: 0.9, 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 #B2EEFB is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB178238251-
CMYK0.290.0500.02
HSL190.68º90.12%84.12%-
HSV(B)190.68º29.08%98.43%-
XYZ66.3577.58102.74-
YUV221.54144.6296.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.69%
GREEN value IS 238 (93.36% from 255) = 35.68%
BLUE value IS 251 (98.44% from 255) = 37.63%
R=26.69%
G=35.68%
B=37.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782382510.290.0500.02190.6890.1284.12
HexB2EEFB1D502bf5a54
Octal26235637335502277132124
Binary101100101110111011111011111011010101011111110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EEFB; }

 p { color: rgb(178,238,251); }

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

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

 a { background-color: rgb(178,238,251); }

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

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

 span { border-color: rgb(178,238,251); }

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