#B0ECED

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

Shades of Pale Turquoise #B0ECED

Tints of Pale Turquoise #B0ECED

Color information

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

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

Color convert

RGB176236237-
CMYK0.260.0000.07
HSL180.98º62.89%80.98%-
HSV(B)180.98º25.74%92.94%-
XYZ63.1975.3491.33-
YUV218.17138.6297.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762362370.260.0000.07180.9862.8980.98
HexB0ECED1A007b53f51
Octal2603543553200726577121
Binary1011000011101100111011011101000111101101011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ECED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ECED; }

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

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

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

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

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

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

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

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