#B2EEF5

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

Shades of Pale Turquoise #B2EEF5

Tints of Pale Turquoise #B2EEF5

Color information

#B2EEF5 (or 0xB2EEF5) is unknown color: approx Pale Turquoise. HEX triplet: B2, EE and F5. RGB value is (178,238,245). Sum of RGB (Red+Green+Blue) = 178+238+245=661 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.93% from 661); Green value is 238 (93.36% from 255 or 36.01% from 661); Blue value is 245 (96.09% from 255 or 37.07% from 661); Max value from RGB is 245 - color contains mainly: blue. Hex color #B2EEF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EEF5 is #4D110A. Grayscale: #DCDCDC. Windows color (decimal): -5050635 or 16117426. OLE color: 16117426.

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

Color convert

RGB178238245-
CMYK0.270.0300.04
HSL186.27º77.01%82.94%-
HSV(B)186.27º27.35%96.08%-
XYZ65.4277.2197.84-
YUV220.86141.6297.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.93%
GREEN value IS 238 (93.36% from 255) = 36.01%
BLUE value IS 245 (96.09% from 255) = 37.07%
R=26.93%
G=36.01%
B=37.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1782382450.270.0300.04186.2777.0182.94
HexB2EEF51B304ba4d53
Octal26235636533304272115123
Binary101100101110111011110101110111101001011101010011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EEF5; }

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

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

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

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

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

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

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

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