#B0EFEC

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

Shades of Pale Turquoise #B0EFEC

Tints of Pale Turquoise #B0EFEC

Color information

#B0EFEC (or 0xB0EFEC) is unknown color: approx Pale Turquoise. HEX triplet: B0, EF and EC. RGB value is (176,239,236). Sum of RGB (Red+Green+Blue) = 176+239+236=651 (86% of max value = 765). Red value is 176 (69.14% from 255 or 27.04% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EFEC is #4F1013. Grayscale: #DBDBDB. Windows color (decimal): -5181460 or 15527856. OLE color: 15527856.

HSL color Cylindrical-coordinate representation of color #B0EFEC: hue angle of 177.14º 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 #B0EFEC is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB176239236-
CMYK0.2600.010.06
HSL177.14º66.32%81.37%-
HSV(B)177.14º26.36%93.73%-
XYZ63.9177.0290.85-
YUV219.82137.1396.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.04%
GREEN value IS 239 (93.75% from 255) = 36.71%
BLUE value IS 236 (92.58% from 255) = 36.25%
R=27.04%
G=36.71%
B=36.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762392360.2600.010.06177.1466.3281.37
HexB0EFEC1A016b14251
Octal26035735432016261102121
Binary10110000111011111110110011010011101011000110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EFEC; }

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

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

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

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

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

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

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

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