#B2EFEE

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

Shades of Pale Turquoise #B2EFEE

Tints of Pale Turquoise #B2EFEE

Color information

#B2EFEE (or 0xB2EFEE) is unknown color: approx Pale Turquoise. HEX triplet: B2, EF and EE. RGB value is (178,239,238). Sum of RGB (Red+Green+Blue) = 178+239+238=655 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.18% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EFEE is #4D1011. Grayscale: #DCDCDC. Windows color (decimal): -5050386 or 15658930. OLE color: 15658930.

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

Color convert

RGB178239238-
CMYK0.2600.000.06
HSL179.02º65.59%81.76%-
HSV(B)179.02º25.52%93.73%-
XYZ64.6677.3792.42-
YUV220.65137.7997.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.18%
GREEN value IS 239 (93.75% from 255) = 36.49%
BLUE value IS 238 (93.36% from 255) = 36.34%
R=27.18%
G=36.49%
B=36.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1782392380.2600.000.06179.0265.5981.76
HexB2EFEE1A006b34252
Octal26235735632006263102122
Binary10110010111011111110111011010001101011001110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EFEE; }

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

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

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

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

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

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

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

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