#B0F8F7

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

Shades of Pale Turquoise #B0F8F7

Tints of Pale Turquoise #B0F8F7

Color information

#B0F8F7 (or 0xB0F8F7) is unknown color: approx Pale Turquoise. HEX triplet: B0, F8 and F7. RGB value is (176,248,247). Sum of RGB (Red+Green+Blue) = 176+248+247=671 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.23% from 671); Green value is 248 (97.27% from 255 or 36.96% from 671); Blue value is 247 (96.88% from 255 or 36.81% from 671); Max value from RGB is 248 - color contains mainly: green. Hex color #B0F8F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F8F7 is #4F0708. Grayscale: #E2E2E2. Windows color (decimal): -5179145 or 16251056. OLE color: 16251056.

HSL color Cylindrical-coordinate representation of color #B0F8F7: hue angle of 179.17º degrees, saturation: 0.84, 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 #B0F8F7 is Cyan = 0.29, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.03.

Color convert

RGB176248247-
CMYK0.2900.000.03
HSL179.17º83.72%83.14%-
HSV(B)179.17º29.03%97.25%-
XYZ68.2683.08100.43-
YUV226.36139.6592.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.23%
GREEN value IS 248 (97.27% from 255) = 36.96%
BLUE value IS 247 (96.88% from 255) = 36.81%
R=26.23%
G=36.96%
B=36.81%

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
Decimal1762482470.2900.000.03179.1783.7283.14
HexB0F8F71D003b35453
Octal26037036735003263124123
Binary1011000011111000111101111110100111011001110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F8F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F8F7; }

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

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

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

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

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

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

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

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