#B3FEF2

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

Shades of Pale Turquoise #B3FEF2

Tints of Pale Turquoise #B3FEF2

Color information

#B3FEF2 (or 0xB3FEF2) is unknown color: approx Pale Turquoise. HEX triplet: B3, FE and F2. RGB value is (179,254,242). Sum of RGB (Red+Green+Blue) = 179+254+242=675 (89% of max value = 765). Red value is 179 (70.31% from 255 or 26.52% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 242 (94.92% from 255 or 35.85% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #B3FEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FEF2 is #4C010D. Grayscale: #E6E6E6. Windows color (decimal): -4981006 or 15924915. OLE color: 15924915.

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

Color convert

RGB179254242-
CMYK0.3000.050.00
HSL170.4º97.4%84.9%-
HSV(B)170.4º29.53%99.61%-
XYZ70.0686.8897.08-
YUV230.21134.6591.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.52%
GREEN value IS 254 (99.61% from 255) = 37.63%
BLUE value IS 242 (94.92% from 255) = 35.85%
R=26.52%
G=37.63%
B=35.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1792542420.3000.050.00170.497.484.9
HexB3FEF21E050aa6155
Octal26337636236050252141125
Binary10110011111111101111001011110010101010101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FEF2; }

 p { color: rgb(179,254,242); }

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

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

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

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

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

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

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