#B0EAF3

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

Shades of Pale Turquoise #B0EAF3

Tints of Pale Turquoise #B0EAF3

Color information

#B0EAF3 (or 0xB0EAF3) is unknown color: approx Pale Turquoise. HEX triplet: B0, EA and F3. RGB value is (176,234,243). Sum of RGB (Red+Green+Blue) = 176+234+243=653 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.95% from 653); Green value is 234 (91.80% from 255 or 35.83% from 653); Blue value is 243 (95.31% from 255 or 37.21% from 653); Max value from RGB is 243 - color contains mainly: blue. Hex color #B0EAF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EAF3 is #4F150C. Grayscale: #D9D9D9. Windows color (decimal): -5182733 or 15985328. OLE color: 15985328.

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

Color convert

RGB176234243-
CMYK0.280.0400.05
HSL188.06º73.63%82.16%-
HSV(B)188.06º27.57%95.29%-
XYZ63.574.5595.84-
YUV217.68142.2898.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.95%
GREEN value IS 234 (91.80% from 255) = 35.83%
BLUE value IS 243 (95.31% from 255) = 37.21%
R=26.95%
G=35.83%
B=37.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762342430.280.0400.05188.0673.6382.16
HexB0EAF31C405bc4a52
Octal26035236334405274112122
Binary1011000011101010111100111110010001011011110010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EAF3; }

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

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

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

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

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

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

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

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