#B0ECEA

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

Shades of Pale Turquoise #B0ECEA

Tints of Pale Turquoise #B0ECEA

Color information

#B0ECEA (or 0xB0ECEA) is unknown color: approx Pale Turquoise. HEX triplet: B0, EC and EA. RGB value is (176,236,234). Sum of RGB (Red+Green+Blue) = 176+236+234=646 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.24% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 236 - color contains mainly: green. Hex color #B0ECEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0ECEA is #4F1315. Grayscale: #D9D9D9. Windows color (decimal): -5182230 or 15396016. OLE color: 15396016.

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

Color convert

RGB176236234-
CMYK0.2500.010.07
HSL178º61.22%80.78%-
HSV(B)178º25.42%92.55%-
XYZ62.7575.1689.04-
YUV217.83137.1298.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.24%
GREEN value IS 236 (92.58% from 255) = 36.53%
BLUE value IS 234 (91.80% from 255) = 36.22%
R=27.24%
G=36.53%
B=36.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762362340.2500.010.0717861.2280.78
HexB0ECEA19017b23d51
Octal2603543523101726275121
Binary1011000011101100111010101100101111101100101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ECEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ECEA; }

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

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

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

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

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

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

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

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