#B0F5FA

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

Shades of Pale Turquoise #B0F5FA

Tints of Pale Turquoise #B0F5FA

Color information

#B0F5FA (or 0xB0F5FA) is unknown color: approx Pale Turquoise. HEX triplet: B0, F5 and FA. RGB value is (176,245,250). Sum of RGB (Red+Green+Blue) = 176+245+250=671 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.23% from 671); Green value is 245 (96.09% from 255 or 36.51% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0F5FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F5FA is #4F0A05. Grayscale: #E0E0E0. Windows color (decimal): -5179910 or 16446896. OLE color: 16446896.

HSL color Cylindrical-coordinate representation of color #B0F5FA: hue angle of 184.05º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0F5FA is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176245250-
CMYK0.300.0200.02
HSL184.05º88.1%83.53%-
HSV(B)184.05º29.6%98.04%-
XYZ67.8181.44102.59-
YUV224.94142.1493.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.23%
GREEN value IS 245 (96.09% from 255) = 36.51%
BLUE value IS 250 (98.05% from 255) = 37.26%
R=26.23%
G=36.51%
B=37.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762452500.300.0200.02184.0588.183.53
HexB0F5FA1E202b85854
Octal26036537236202270130124
Binary10110000111101011111101011110100101011100010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F5FA; }

 p { color: rgb(176,245,250); }

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

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

 a { background-color: rgb(176,245,250); }

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

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

 span { border-color: rgb(176,245,250); }

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