#B0EAF2

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

Shades of Pale Turquoise #B0EAF2

Tints of Pale Turquoise #B0EAF2

Color information

#B0EAF2 (or 0xB0EAF2) is unknown color: approx Pale Turquoise. HEX triplet: B0, EA and F2. RGB value is (176,234,242). Sum of RGB (Red+Green+Blue) = 176+234+242=652 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.99% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 242 (94.92% from 255 or 37.12% from 652); Max value from RGB is 242 - color contains mainly: blue. Hex color #B0EAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EAF2 is #4F150D. Grayscale: #D9D9D9. Windows color (decimal): -5182734 or 15919792. OLE color: 15919792.

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

Color convert

RGB176234242-
CMYK0.270.0300.05
HSL187.27º71.74%81.96%-
HSV(B)187.27º27.27%94.9%-
XYZ63.3574.4995.04-
YUV217.57141.7898.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.99%
GREEN value IS 234 (91.80% from 255) = 35.89%
BLUE value IS 242 (94.92% from 255) = 37.12%
R=26.99%
G=35.89%
B=37.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762342420.270.0300.05187.2771.7481.96
HexB0EAF21B305bb4852
Octal26035236233305273110122
Binary101100001110101011110010110111101011011101110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EAF2; }

 p { color: rgb(176,234,242); }

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

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

 a { background-color: rgb(176,234,242); }

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

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

 span { border-color: rgb(176,234,242); }

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