#B0F7F6

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

Shades of Pale Turquoise #B0F7F6

Tints of Pale Turquoise #B0F7F6

Color information

#B0F7F6 (or 0xB0F7F6) is unknown color: approx Pale Turquoise. HEX triplet: B0, F7 and F6. RGB value is (176,247,246). Sum of RGB (Red+Green+Blue) = 176+247+246=669 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.31% from 669); Green value is 247 (96.88% from 255 or 36.92% from 669); Blue value is 246 (96.48% from 255 or 36.77% from 669); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F7F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F7F6 is #4F0809. Grayscale: #E1E1E1. Windows color (decimal): -5179402 or 16185264. OLE color: 16185264.

HSL color Cylindrical-coordinate representation of color #B0F7F6: hue angle of 179.15º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F7F6 is Cyan = 0.29, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.03.

Color convert

RGB176247246-
CMYK0.2900.000.03
HSL179.15º81.61%82.94%-
HSV(B)179.15º28.74%96.86%-
XYZ67.882.4199.52-
YUV225.66139.4892.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.31%
GREEN value IS 247 (96.88% from 255) = 36.92%
BLUE value IS 246 (96.48% from 255) = 36.77%
R=26.31%
G=36.92%
B=36.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1762472460.2900.000.03179.1581.6182.94
HexB0F7F61D003b35253
Octal26036736635003263122123
Binary1011000011110111111101101110100111011001110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F7F6; }

 p { color: rgb(176,247,246); }

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

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

 a { background-color: rgb(176,247,246); }

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

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

 span { border-color: rgb(176,247,246); }

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