#B2F0E8

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

Shades of Pale Turquoise #B2F0E8

Tints of Pale Turquoise #B2F0E8

Color information

#B2F0E8 (or 0xB2F0E8) is unknown color: approx Pale Turquoise. HEX triplet: B2, F0 and E8. RGB value is (178,240,232). Sum of RGB (Red+Green+Blue) = 178+240+232=650 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.38% from 650); Green value is 240 (94.14% from 255 or 36.92% from 650); Blue value is 232 (91.02% from 255 or 35.69% from 650); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F0E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F0E8 is #4D0F17. Grayscale: #DCDCDC. Windows color (decimal): -5050136 or 15265970. OLE color: 15265970.

HSL color Cylindrical-coordinate representation of color #B2F0E8: hue angle of 172.26º degrees, saturation: 0.67, 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 #B2F0E8 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB178240232-
CMYK0.2600.030.06
HSL172.26º67.39%81.96%-
HSV(B)172.26º25.83%94.12%-
XYZ64.0977.6187.95-
YUV220.55134.4697.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.38%
GREEN value IS 240 (94.14% from 255) = 36.92%
BLUE value IS 232 (91.02% from 255) = 35.69%
R=27.38%
G=36.92%
B=35.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1782402320.2600.030.06172.2667.3981.96
HexB2F0E81A036ac4352
Octal26236035032036254103122
Binary101100101111000011101000110100111101010110010000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F0E8; }

 p { color: rgb(178,240,232); }

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

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

 a { background-color: rgb(178,240,232); }

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

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

 span { border-color: rgb(178,240,232); }

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