#B3EAEA

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

Shades of Pale Turquoise #B3EAEA

Tints of Pale Turquoise #B3EAEA

Color information

#B3EAEA (or 0xB3EAEA) is unknown color: approx Pale Turquoise. HEX triplet: B3, EA and EA. RGB value is (179,234,234). Sum of RGB (Red+Green+Blue) = 179+234+234=647 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.67% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #B3EAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EAEA is #4C1515. Grayscale: #D9D9D9. Windows color (decimal): -4986134 or 15395507. OLE color: 15395507.

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

Color convert

RGB179234234-
CMYK0.24000.08
HSL180º56.7%80.98%-
HSV(B)180º23.5%91.76%-
XYZ62.8674.3788.88-
YUV217.56137.28100.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.67%
GREEN value IS 234 (91.80% from 255) = 36.17%
BLUE value IS 234 (91.80% from 255) = 36.17%
R=27.67%
G=36.17%
B=36.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1792342340.24000.0818056.780.98
HexB3EAEA18008b43951
Octal26335235230001026471121
Binary10110011111010101110101011000001000101101001110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EAEA; }

 p { color: rgb(179,234,234); }

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

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

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

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

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

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

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