#B0E8EE

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

Shades of Pale Turquoise #B0E8EE

Tints of Pale Turquoise #B0E8EE

Color information

#B0E8EE (or 0xB0E8EE) is unknown color: approx Pale Turquoise. HEX triplet: B0, E8 and EE. RGB value is (176,232,238). Sum of RGB (Red+Green+Blue) = 176+232+238=646 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.24% from 646); Green value is 232 (91.02% from 255 or 35.91% from 646); Blue value is 238 (93.36% from 255 or 36.84% from 646); Max value from RGB is 238 - color contains mainly: blue. Hex color #B0E8EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0E8EE is #4F1711. Grayscale: #D7D7D7. Windows color (decimal): -5183250 or 15657136. OLE color: 15657136.

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

Color convert

RGB176232238-
CMYK0.260.0300.07
HSL185.81º64.58%81.18%-
HSV(B)185.81º26.05%93.33%-
XYZ62.1973.1291.72-
YUV215.94140.4599.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.24%
GREEN value IS 232 (91.02% from 255) = 35.91%
BLUE value IS 238 (93.36% from 255) = 36.84%
R=27.24%
G=35.91%
B=36.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762322380.260.0300.07185.8164.5881.18
HexB0E8EE1A307ba4151
Octal26035035632307272101121
Binary101100001110100011101110110101101111011101010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E8EE; }

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

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

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

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

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

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

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

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