#B0FBF4

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

Shades of Pale Turquoise #B0FBF4

Tints of Pale Turquoise #B0FBF4

Color information

#B0FBF4 (or 0xB0FBF4) is unknown color: approx Pale Turquoise. HEX triplet: B0, FB and F4. RGB value is (176,251,244). Sum of RGB (Red+Green+Blue) = 176+251+244=671 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.23% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 244 (95.70% from 255 or 36.36% from 671); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FBF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FBF4 is #4F040B. Grayscale: #E3E3E3. Windows color (decimal): -5178380 or 16055216. OLE color: 16055216.

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

Color convert

RGB176251244-
CMYK0.3000.030.02
HSL174.4º90.36%83.73%-
HSV(B)174.4º29.88%98.43%-
XYZ68.7384.7698.33-
YUV227.78137.1591.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.23%
GREEN value IS 251 (98.44% from 255) = 37.41%
BLUE value IS 244 (95.70% from 255) = 36.36%
R=26.23%
G=37.41%
B=36.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762512440.3000.030.02174.490.3683.73
HexB0FBF41E032ae5a54
Octal26037336436032256132124
Binary10110000111110111111010011110011101010111010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FBF4; }

 p { color: rgb(176,251,244); }

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

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

 a { background-color: rgb(176,251,244); }

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

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

 span { border-color: rgb(176,251,244); }

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