#B3FEF0

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

Shades of Pale Turquoise #B3FEF0

Tints of Pale Turquoise #B3FEF0

Color information

#B3FEF0 (or 0xB3FEF0) is unknown color: approx Pale Turquoise. HEX triplet: B3, FE and F0. RGB value is (179,254,240). Sum of RGB (Red+Green+Blue) = 179+254+240=673 (89% of max value = 765). Red value is 179 (70.31% from 255 or 26.60% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 240 (94.14% from 255 or 35.66% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #B3FEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FEF0 is #4C010F. Grayscale: #E5E5E5. Windows color (decimal): -4981008 or 15793843. OLE color: 15793843.

HSL color Cylindrical-coordinate representation of color #B3FEF0: hue angle of 168.8º 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 #B3FEF0 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB179254240-
CMYK0.3000.060.00
HSL168.8º97.4%84.9%-
HSV(B)168.8º29.53%99.61%-
XYZ69.7686.7695.51-
YUV229.98133.6591.64-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.60%
GREEN value IS 254 (99.61% from 255) = 37.74%
BLUE value IS 240 (94.14% from 255) = 35.66%
R=26.60%
G=37.74%
B=35.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1792542400.3000.060.00168.897.484.9
HexB3FEF01E060a96155
Octal26337636036060251141125
Binary10110011111111101111000011110011001010100111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FEF0; }

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

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

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

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

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

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

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

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