#B0E8ED

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

Shades of Pale Turquoise #B0E8ED

Tints of Pale Turquoise #B0E8ED

Color information

#B0E8ED (or 0xB0E8ED) is unknown color: approx Pale Turquoise. HEX triplet: B0, E8 and ED. RGB value is (176,232,237). Sum of RGB (Red+Green+Blue) = 176+232+237=645 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.29% from 645); Green value is 232 (91.02% from 255 or 35.97% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 237 - color contains mainly: blue. Hex color #B0E8ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0E8ED is #4F1712. Grayscale: #D7D7D7. Windows color (decimal): -5183251 or 15591600. OLE color: 15591600.

HSL color Cylindrical-coordinate representation of color #B0E8ED: hue angle of 184.92º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0E8ED is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176232237-
CMYK0.260.0200.07
HSL184.92º62.89%80.98%-
HSV(B)184.92º25.74%92.94%-
XYZ62.0573.0690.95-
YUV215.83139.9599.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.29%
GREEN value IS 232 (91.02% from 255) = 35.97%
BLUE value IS 237 (92.97% from 255) = 36.74%
R=27.29%
G=35.97%
B=36.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762322370.260.0200.07184.9262.8980.98
HexB0E8ED1A207b93f51
Octal2603503553220727177121
Binary10110000111010001110110111010100111101110011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E8ED; }

 p { color: rgb(176,232,237); }

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

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

 a { background-color: rgb(176,232,237); }

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

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

 span { border-color: rgb(176,232,237); }

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