#B3EEFB

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

Shades of Pale Turquoise #B3EEFB

Tints of Pale Turquoise #B3EEFB

Color information

#B3EEFB (or 0xB3EEFB) is unknown color: approx Pale Turquoise. HEX triplet: B3, EE and FB. RGB value is (179,238,251). Sum of RGB (Red+Green+Blue) = 179+238+251=668 (88% of max value = 765). Red value is 179 (70.31% from 255 or 26.80% from 668); Green value is 238 (93.36% from 255 or 35.63% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #B3EEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EEFB is #4C1104. Grayscale: #DDDDDD. Windows color (decimal): -4985093 or 16510643. OLE color: 16510643.

HSL color Cylindrical-coordinate representation of color #B3EEFB: hue angle of 190.83º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3EEFB is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179238251-
CMYK0.290.0500.02
HSL190.83º90%84.31%-
HSV(B)190.83º28.69%98.43%-
XYZ66.5877.7102.75-
YUV221.84144.4597.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.80%
GREEN value IS 238 (93.36% from 255) = 35.63%
BLUE value IS 251 (98.44% from 255) = 37.57%
R=26.80%
G=35.63%
B=37.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792382510.290.0500.02190.839084.31
HexB3EEFB1D502bf5a54
Octal26335637335502277132124
Binary101100111110111011111011111011010101011111110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EEFB; }

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

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

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

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

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

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

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

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