#B3EBE6

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

Shades of Pale Turquoise #B3EBE6

Tints of Pale Turquoise #B3EBE6

Color information

#B3EBE6 (or 0xB3EBE6) is unknown color: approx Pale Turquoise. HEX triplet: B3, EB and E6. RGB value is (179,235,230). Sum of RGB (Red+Green+Blue) = 179+235+230=644 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.80% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 230 (90.23% from 255 or 35.71% from 644); Max value from RGB is 235 - color contains mainly: green. Hex color #B3EBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EBE6 is #4C1419. Grayscale: #D9D9D9. Windows color (decimal): -4985882 or 15133619. OLE color: 15133619.

HSL color Cylindrical-coordinate representation of color #B3EBE6: hue angle of 174.64º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3EBE6 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB179235230-
CMYK0.2400.020.08
HSL174.64º58.33%81.18%-
HSV(B)174.64º23.83%92.16%-
XYZ62.5874.7185.99-
YUV217.69134.95100.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.80%
GREEN value IS 235 (92.19% from 255) = 36.49%
BLUE value IS 230 (90.23% from 255) = 35.71%
R=27.80%
G=36.49%
B=35.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1792352300.2400.020.08174.6458.3381.18
HexB3EBE618028af3a51
Octal26335334630021025772121
Binary101100111110101111100110110000101000101011111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EBE6; }

 p { color: rgb(179,235,230); }

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

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

 a { background-color: rgb(179,235,230); }

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

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

 span { border-color: rgb(179,235,230); }

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