#B0EBE9

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

Shades of Pale Turquoise #B0EBE9

Tints of Pale Turquoise #B0EBE9

Color information

#B0EBE9 (or 0xB0EBE9) is unknown color: approx Pale Turquoise. HEX triplet: B0, EB and E9. RGB value is (176,235,233). Sum of RGB (Red+Green+Blue) = 176+235+233=644 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.33% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 233 (91.41% from 255 or 36.18% from 644); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EBE9 is #4F1416. Grayscale: #D9D9D9. Windows color (decimal): -5182487 or 15330224. OLE color: 15330224.

HSL color Cylindrical-coordinate representation of color #B0EBE9: hue angle of 177.97º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0EBE9 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB176235233-
CMYK0.2500.010.08
HSL177.97º59.6%80.59%-
HSV(B)177.97º25.11%92.16%-
XYZ62.3274.5388.19-
YUV217.13136.9598.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.33%
GREEN value IS 235 (92.19% from 255) = 36.49%
BLUE value IS 233 (91.41% from 255) = 36.18%
R=27.33%
G=36.49%
B=36.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1762352330.2500.010.08177.9759.680.59
HexB0EBE919018b23c51
Octal26035335131011026274121
Binary10110000111010111110100111001011000101100101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EBE9; }

 p { color: rgb(176,235,233); }

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

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

 a { background-color: rgb(176,235,233); }

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

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

 span { border-color: rgb(176,235,233); }

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