#B0F6F7

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

Shades of Pale Turquoise #B0F6F7

Tints of Pale Turquoise #B0F6F7

Color information

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

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

Color convert

RGB176246247-
CMYK0.290.0000.03
HSL180.85º81.61%82.94%-
HSV(B)180.85º28.74%96.86%-
XYZ67.6581.86100.23-
YUV225.18140.3192.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1762462470.290.0000.03180.8581.6182.94
HexB0F6F71D003b55253
Octal26036636735003265122123
Binary1011000011110110111101111110100111011010110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F6F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F6F7; }

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

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

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

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

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

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

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

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