#B3ECED

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

Shades of Pale Turquoise #B3ECED

Tints of Pale Turquoise #B3ECED

Color information

#B3ECED (or 0xB3ECED) is unknown color: approx Pale Turquoise. HEX triplet: B3, EC and ED. RGB value is (179,236,237). Sum of RGB (Red+Green+Blue) = 179+236+237=652 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.45% from 652); Green value is 236 (92.58% from 255 or 36.20% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 237 - color contains mainly: blue. Hex color #B3ECED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3ECED is #4C1312. Grayscale: #DBDBDB. Windows color (decimal): -4985619 or 15592627. OLE color: 15592627.

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

Color convert

RGB179236237-
CMYK0.240.0000.07
HSL181.03º61.7%81.57%-
HSV(B)181.03º24.47%92.94%-
XYZ63.8775.6991.36-
YUV219.07138.1299.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.45%
GREEN value IS 236 (92.58% from 255) = 36.20%
BLUE value IS 237 (92.97% from 255) = 36.35%
R=27.45%
G=36.20%
B=36.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1792362370.240.0000.07181.0361.781.57
HexB3ECED18007b53e52
Octal2633543553000726576122
Binary1011001111101100111011011100000111101101011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ECED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ECED; }

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

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

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

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

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

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

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

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