#B0EFEA

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

Shades of Pale Turquoise #B0EFEA

Tints of Pale Turquoise #B0EFEA

Color information

#B0EFEA (or 0xB0EFEA) is unknown color: approx Pale Turquoise. HEX triplet: B0, EF and EA. RGB value is (176,239,234). Sum of RGB (Red+Green+Blue) = 176+239+234=649 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.12% from 649); Green value is 239 (93.75% from 255 or 36.83% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EFEA is #4F1015. Grayscale: #DBDBDB. Windows color (decimal): -5181462 or 15396784. OLE color: 15396784.

HSL color Cylindrical-coordinate representation of color #B0EFEA: hue angle of 175.24º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EFEA is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB176239234-
CMYK0.2600.020.06
HSL175.24º66.32%81.37%-
HSV(B)175.24º26.36%93.73%-
XYZ63.6276.989.33-
YUV219.59136.1396.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.12%
GREEN value IS 239 (93.75% from 255) = 36.83%
BLUE value IS 234 (91.80% from 255) = 36.06%
R=27.12%
G=36.83%
B=36.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762392340.2600.020.06175.2466.3281.37
HexB0EFEA1A026af4251
Octal26035735232026257102121
Binary101100001110111111101010110100101101010111110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EFEA; }

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

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

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

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

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

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

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

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