#B2F3EB

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

Shades of Pale Turquoise #B2F3EB

Tints of Pale Turquoise #B2F3EB

Color information

#B2F3EB (or 0xB2F3EB) is unknown color: approx Pale Turquoise. HEX triplet: B2, F3 and EB. RGB value is (178,243,235). Sum of RGB (Red+Green+Blue) = 178+243+235=656 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.13% from 656); Green value is 243 (95.31% from 255 or 37.04% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F3EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F3EB is #4D0C14. Grayscale: #DEDEDE. Windows color (decimal): -5049365 or 15463346. OLE color: 15463346.

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

Color convert

RGB178243235-
CMYK0.2700.030.05
HSL172.62º73.03%82.55%-
HSV(B)172.62º26.75%95.29%-
XYZ65.4179.5690.51-
YUV222.65134.9796.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.13%
GREEN value IS 243 (95.31% from 255) = 37.04%
BLUE value IS 235 (92.19% from 255) = 35.82%
R=27.13%
G=37.04%
B=35.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1782432350.2700.030.05172.6273.0382.55
HexB2F3EB1B035ad4953
Octal26236335333035255111123
Binary101100101111001111101011110110111011010110110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F3EB; }

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

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

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

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

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

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

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

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