#B3EFFB

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

Shades of Pale Turquoise #B3EFFB

Tints of Pale Turquoise #B3EFFB

Color information

#B3EFFB (or 0xB3EFFB) is unknown color: approx Pale Turquoise. HEX triplet: B3, EF and FB. RGB value is (179,239,251). Sum of RGB (Red+Green+Blue) = 179+239+251=669 (88% of max value = 765). Red value is 179 (70.31% from 255 or 26.76% from 669); Green value is 239 (93.75% from 255 or 35.72% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #B3EFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EFFB is #4C1004. Grayscale: #DEDEDE. Windows color (decimal): -4984837 or 16510899. OLE color: 16510899.

HSL color Cylindrical-coordinate representation of color #B3EFFB: hue angle of 190º 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 #B3EFFB is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179239251-
CMYK0.290.0500.02
HSL190º90%84.31%-
HSV(B)190º28.69%98.43%-
XYZ66.8778.28102.85-
YUV222.43144.1297.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.76%
GREEN value IS 239 (93.75% from 255) = 35.72%
BLUE value IS 251 (98.44% from 255) = 37.52%
R=26.76%
G=35.72%
B=37.52%

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
Decimal1792392510.290.0500.021909084.31
HexB3EFFB1D502be5a54
Octal26335737335502276132124
Binary101100111110111111111011111011010101011111010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EFFB; }

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

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

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

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

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

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

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

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