#B3FFEF

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

Shades of Pale Turquoise #B3FFEF

Tints of Pale Turquoise #B3FFEF

Color information

#B3FFEF (or 0xB3FFEF) is unknown color: approx Pale Turquoise. HEX triplet: B3, FF and EF. RGB value is (179,255,239). Sum of RGB (Red+Green+Blue) = 179+255+239=673 (89% of max value = 765). Red value is 179 (70.31% from 255 or 26.60% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FFEF is #4C0010. Grayscale: #E6E6E6. Windows color (decimal): -4980753 or 15728563. OLE color: 15728563.

HSL color Cylindrical-coordinate representation of color #B3FFEF: hue angle of 167.37º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3FFEF is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB179255239-
CMYK0.3000.060
HSL167.37º100%85.1%-
HSV(B)167.37º29.8%100%-
XYZ69.9387.3494.83-
YUV230.45132.8291.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.60%
GREEN value IS 255 (100% from 255) = 37.89%
BLUE value IS 239 (93.75% from 255) = 35.51%
R=26.60%
G=37.89%
B=35.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1792552390.3000.060167.3710085.1
HexB3FFEF1E060a76455
Octal26337735736060247144125
Binary10110011111111111110111111110011001010011111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FFEF; }

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

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

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

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

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

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

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

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