#B3ECEE

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

Shades of Pale Turquoise #B3ECEE

Tints of Pale Turquoise #B3ECEE

Color information

#B3ECEE (or 0xB3ECEE) is unknown color: approx Pale Turquoise. HEX triplet: B3, EC and EE. RGB value is (179,236,238). Sum of RGB (Red+Green+Blue) = 179+236+238=653 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.41% from 653); Green value is 236 (92.58% from 255 or 36.14% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 238 - color contains mainly: blue. Hex color #B3ECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3ECEE is #4C1311. Grayscale: #DBDBDB. Windows color (decimal): -4985618 or 15658163. OLE color: 15658163.

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

Color convert

RGB179236238-
CMYK0.250.0100.07
HSL182.03º63.44%81.76%-
HSV(B)182.03º24.79%93.33%-
XYZ64.0275.7592.14-
YUV219.18138.6299.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.41%
GREEN value IS 236 (92.58% from 255) = 36.14%
BLUE value IS 238 (93.36% from 255) = 36.45%
R=27.41%
G=36.14%
B=36.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1792362380.250.0100.07182.0363.4481.76
HexB3ECEE19107b63f52
Octal2633543563110726677122
Binary1011001111101100111011101100110111101101101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ECEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ECEE; }

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

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

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

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

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

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

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

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