#B0EDEC

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

Shades of Pale Turquoise #B0EDEC

Tints of Pale Turquoise #B0EDEC

Color information

#B0EDEC (or 0xB0EDEC) is unknown color: approx Pale Turquoise. HEX triplet: B0, ED and EC. RGB value is (176,237,236). Sum of RGB (Red+Green+Blue) = 176+237+236=649 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.12% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #B0EDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EDEC is #4F1213. Grayscale: #DADADA. Windows color (decimal): -5181972 or 15527344. OLE color: 15527344.

HSL color Cylindrical-coordinate representation of color #B0EDEC: hue angle of 179.02º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EDEC is Cyan = 0.26, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB176237236-
CMYK0.2600.000.07
HSL179.02º62.89%80.98%-
HSV(B)179.02º25.74%92.94%-
XYZ63.3375.8590.66-
YUV218.65137.7997.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.12%
GREEN value IS 237 (92.97% from 255) = 36.52%
BLUE value IS 236 (92.58% from 255) = 36.36%
R=27.12%
G=36.52%
B=36.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762372360.2600.000.07179.0262.8980.98
HexB0EDEC1A007b33f51
Octal2603553543200726377121
Binary1011000011101101111011001101000111101100111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EDEC; }

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

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

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

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

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

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

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

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