#B3E8EE

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

Shades of Pale Turquoise #B3E8EE

Tints of Pale Turquoise #B3E8EE

Color information

#B3E8EE (or 0xB3E8EE) is unknown color: approx Pale Turquoise. HEX triplet: B3, E8 and EE. RGB value is (179,232,238). Sum of RGB (Red+Green+Blue) = 179+232+238=649 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.58% from 649); Green value is 232 (91.02% from 255 or 35.75% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 238 - color contains mainly: blue. Hex color #B3E8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3E8EE is #4C1711. Grayscale: #D8D8D8. Windows color (decimal): -4986642 or 15657139. OLE color: 15657139.

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

Color convert

RGB179232238-
CMYK0.250.0300.07
HSL186.1º63.44%81.76%-
HSV(B)186.1º24.79%93.33%-
XYZ62.8873.4791.76-
YUV216.84139.94101.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.58%
GREEN value IS 232 (91.02% from 255) = 35.75%
BLUE value IS 238 (93.36% from 255) = 36.67%
R=27.58%
G=35.75%
B=36.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1792322380.250.0300.07186.163.4481.76
HexB3E8EE19307ba3f52
Octal2633503563130727277122
Binary10110011111010001110111011001110111101110101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E8EE; }

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

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

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

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

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

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

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

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