#B2F6EB

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

Shades of Pale Turquoise #B2F6EB

Tints of Pale Turquoise #B2F6EB

Color information

#B2F6EB (or 0xB2F6EB) is unknown color: approx Pale Turquoise. HEX triplet: B2, F6 and EB. RGB value is (178,246,235). Sum of RGB (Red+Green+Blue) = 178+246+235=659 (87% of max value = 765). Red value is 178 (69.92% from 255 or 27.01% from 659); Green value is 246 (96.48% from 255 or 37.33% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 246 - color contains mainly: green. Hex color #B2F6EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F6EB is #4D0914. Grayscale: #E0E0E0. Windows color (decimal): -5048597 or 15464114. OLE color: 15464114.

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

Color convert

RGB178246235-
CMYK0.2800.040.04
HSL170.29º79.07%83.14%-
HSV(B)170.29º27.64%96.47%-
XYZ66.3181.3790.81-
YUV224.41133.9794.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.01%
GREEN value IS 246 (96.48% from 255) = 37.33%
BLUE value IS 235 (92.19% from 255) = 35.66%
R=27.01%
G=37.33%
B=35.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1782462350.2800.040.04170.2979.0783.14
HexB2F6EB1C044aa4f53
Octal26236635334044252117123
Binary1011001011110110111010111110001001001010101010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F6EB; }

 p { color: rgb(178,246,235); }

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

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

 a { background-color: rgb(178,246,235); }

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

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

 span { border-color: rgb(178,246,235); }

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