#B3FEF1

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

Shades of Pale Turquoise #B3FEF1

Tints of Pale Turquoise #B3FEF1

Color information

#B3FEF1 (or 0xB3FEF1) is unknown color: approx Pale Turquoise. HEX triplet: B3, FE and F1. RGB value is (179,254,241). Sum of RGB (Red+Green+Blue) = 179+254+241=674 (89% of max value = 765). Red value is 179 (70.31% from 255 or 26.56% from 674); Green value is 254 (99.61% from 255 or 37.69% from 674); Blue value is 241 (94.53% from 255 or 35.76% from 674); Max value from RGB is 254 - color contains mainly: green. Hex color #B3FEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FEF1 is #4C010E. Grayscale: #E6E6E6. Windows color (decimal): -4981007 or 15859379. OLE color: 15859379.

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

Color convert

RGB179254241-
CMYK0.3000.050.00
HSL169.6º97.4%84.9%-
HSV(B)169.6º29.53%99.61%-
XYZ69.9186.8296.29-
YUV230.09134.1591.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.56%
GREEN value IS 254 (99.61% from 255) = 37.69%
BLUE value IS 241 (94.53% from 255) = 35.76%
R=26.56%
G=37.69%
B=35.76%

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
Decimal1792542410.3000.050.00169.697.484.9
HexB3FEF11E050aa6155
Octal26337636136050252141125
Binary10110011111111101111000111110010101010101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FEF1; }

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

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

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

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

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

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

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

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