#B3FEFA

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

Shades of Pale Turquoise #B3FEFA

Tints of Pale Turquoise #B3FEFA

Color information

#B3FEFA (or 0xB3FEFA) is unknown color: approx Pale Turquoise. HEX triplet: B3, FE and FA. RGB value is (179,254,250). Sum of RGB (Red+Green+Blue) = 179+254+250=683 (90% of max value = 765). Red value is 179 (70.31% from 255 or 26.21% from 683); Green value is 254 (99.61% from 255 or 37.19% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 254 - color contains mainly: green. Hex color #B3FEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FEFA is #4C0105. Grayscale: #E7E7E7. Windows color (decimal): -4980998 or 16449203. OLE color: 16449203.

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

Color convert

RGB179254250-
CMYK0.3000.020.00
HSL176.8º97.4%84.9%-
HSV(B)176.8º29.53%99.61%-
XYZ71.2987.37103.55-
YUV231.12138.6590.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.21%
GREEN value IS 254 (99.61% from 255) = 37.19%
BLUE value IS 250 (98.05% from 255) = 36.60%
R=26.21%
G=37.19%
B=36.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1792542500.3000.020.00176.897.484.9
HexB3FEFA1E020b16155
Octal26337637236020261141125
Binary1011001111111110111110101111001001011000111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FEFA; }

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

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

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

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

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

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

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

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