#B0FAF5

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

Shades of Pale Turquoise #B0FAF5

Tints of Pale Turquoise #B0FAF5

Color information

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

HSL color Cylindrical-coordinate representation of color #B0FAF5: hue angle of 175.95º 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 #B0FAF5 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB176250245-
CMYK0.3000.020.02
HSL175.95º88.1%83.53%-
HSV(B)175.95º29.6%98.04%-
XYZ68.5784.1999.02-
YUV227.3137.9891.41-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762502450.3000.020.02175.9588.183.53
HexB0FAF51E022b05854
Octal26037236536022260130124
Binary10110000111110101111010111110010101011000010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FAF5; }

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

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

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

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

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

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

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

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