#B4ECEE

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

Shades of Pale Turquoise #B4ECEE

Tints of Pale Turquoise #B4ECEE

Color information

#B4ECEE (or 0xB4ECEE) is unknown color: approx Pale Turquoise. HEX triplet: B4, EC and EE. RGB value is (180,236,238). Sum of RGB (Red+Green+Blue) = 180+236+238=654 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.52% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 238 - color contains mainly: blue. Hex color #B4ECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4ECEE is #4B1311. Grayscale: #DBDBDB. Windows color (decimal): -4920082 or 15658164. OLE color: 15658164.

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

Color convert

RGB180236238-
CMYK0.240.0100.07
HSL182.07º63.04%81.96%-
HSV(B)182.07º24.37%93.33%-
XYZ64.2575.8792.15-
YUV219.48138.4599.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.52%
GREEN value IS 236 (92.58% from 255) = 36.09%
BLUE value IS 238 (93.36% from 255) = 36.39%
R=27.52%
G=36.09%
B=36.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1802362380.240.0100.07182.0763.0481.96
HexB4ECEE18107b63f52
Octal2643543563010726677122
Binary1011010011101100111011101100010111101101101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ECEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ECEE; }

 p { color: rgb(180,236,238); }

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

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

 a { background-color: rgb(180,236,238); }

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

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

 span { border-color: rgb(180,236,238); }

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