#B2EEFC

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

Shades of Pale Turquoise #B2EEFC

Tints of Pale Turquoise #B2EEFC

Color information

#B2EEFC (or 0xB2EEFC) is unknown color: approx Pale Turquoise. HEX triplet: B2, EE and FC. RGB value is (178,238,252). Sum of RGB (Red+Green+Blue) = 178+238+252=668 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.65% from 668); Green value is 238 (93.36% from 255 or 35.63% from 668); Blue value is 252 (98.83% from 255 or 37.72% from 668); Max value from RGB is 252 - color contains mainly: blue. Hex color #B2EEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EEFC is #4D1103. Grayscale: #DDDDDD. Windows color (decimal): -5050628 or 16576178. OLE color: 16576178.

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

Color convert

RGB178238252-
CMYK0.290.0600.01
HSL191.35º92.5%84.31%-
HSV(B)191.35º29.37%98.82%-
XYZ66.5177.64103.58-
YUV221.66145.1296.86-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.65%
GREEN value IS 238 (93.36% from 255) = 35.63%
BLUE value IS 252 (98.83% from 255) = 37.72%
R=26.65%
G=35.63%
B=37.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1782382520.290.0600.01191.3592.584.31
HexB2EEFC1D601bf5c54
Octal26235637435601277134124
Binary10110010111011101111110011101110011011111110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EEFC; }

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

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

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

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

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

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

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

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