#B0E8E3

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

Shades of Pale Turquoise #B0E8E3

Tints of Pale Turquoise #B0E8E3

Color information

#B0E8E3 (or 0xB0E8E3) is unknown color: approx Pale Turquoise. HEX triplet: B0, E8 and E3. RGB value is (176,232,227). Sum of RGB (Red+Green+Blue) = 176+232+227=635 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.72% from 635); Green value is 232 (91.02% from 255 or 36.54% from 635); Blue value is 227 (89.06% from 255 or 35.75% from 635); Max value from RGB is 232 - color contains mainly: green. Hex color #B0E8E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0E8E3 is #4F171C. Grayscale: #D6D6D6. Windows color (decimal): -5183261 or 14936240. OLE color: 14936240.

HSL color Cylindrical-coordinate representation of color #B0E8E3: hue angle of 174.64º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0E8E3 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB176232227-
CMYK0.2400.020.09
HSL174.64º54.9%80%-
HSV(B)174.64º24.14%90.98%-
XYZ60.6372.4983.47-
YUV214.69134.95100.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.72%
GREEN value IS 232 (91.02% from 255) = 36.54%
BLUE value IS 227 (89.06% from 255) = 35.75%
R=27.72%
G=36.54%
B=35.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1762322270.2400.020.09174.6454.980
HexB0E8E318029af3750
Octal26035034330021125767120
Binary101100001110100011100011110000101001101011111101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E8E3; }

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

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

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

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

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

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

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

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