#B0F7FF

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

Shades of Pale Turquoise #B0F7FF

Tints of Pale Turquoise #B0F7FF

Color information

#B0F7FF (or 0xB0F7FF) is unknown color: approx Pale Turquoise. HEX triplet: B0, F7 and FF. RGB value is (176,247,255). Sum of RGB (Red+Green+Blue) = 176+247+255=678 (89% of max value = 765). Red value is 176 (69.14% from 255 or 25.96% from 678); Green value is 247 (96.88% from 255 or 36.43% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0F7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F7FF is #4F0800. Grayscale: #E2E2E2. Windows color (decimal): -5179393 or 16775088. OLE color: 16775088.

HSL color Cylindrical-coordinate representation of color #B0F7FF: hue angle of 186.08º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0F7FF is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB176247255-
CMYK0.310.0300
HSL186.08º100%84.51%-
HSV(B)186.08º30.98%100%-
XYZ69.2282.97106.97-
YUV226.68143.9891.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 25.96%
GREEN value IS 247 (96.88% from 255) = 36.43%
BLUE value IS 255 (100% from 255) = 37.61%
R=25.96%
G=36.43%
B=37.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762472550.310.0300186.0810084.51
HexB0F7FF1F300ba6455
Octal26036737737300272144125
Binary1011000011110111111111111111111001011101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F7FF; }

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

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

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

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

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

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

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

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