#B0F7EF

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

Shades of Pale Turquoise #B0F7EF

Tints of Pale Turquoise #B0F7EF

Color information

#B0F7EF (or 0xB0F7EF) is unknown color: approx Pale Turquoise. HEX triplet: B0, F7 and EF. RGB value is (176,247,239). Sum of RGB (Red+Green+Blue) = 176+247+239=662 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.59% from 662); Green value is 247 (96.88% from 255 or 37.31% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F7EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F7EF is #4F0810. Grayscale: #E0E0E0. Windows color (decimal): -5179409 or 15726512. OLE color: 15726512.

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

Color convert

RGB176247239-
CMYK0.2900.030.03
HSL173.24º81.61%82.94%-
HSV(B)173.24º28.74%96.86%-
XYZ66.7581.9893.97-
YUV224.86135.9893.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.59%
GREEN value IS 247 (96.88% from 255) = 37.31%
BLUE value IS 239 (93.75% from 255) = 36.10%
R=26.59%
G=37.31%
B=36.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1762472390.2900.030.03173.2481.6182.94
HexB0F7EF1D033ad5253
Octal26036735735033255122123
Binary10110000111101111110111111101011111010110110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F7EF; }

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

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

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

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

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

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

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

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