#B3FBF6

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

Shades of Pale Turquoise #B3FBF6

Tints of Pale Turquoise #B3FBF6

Color information

#B3FBF6 (or 0xB3FBF6) is unknown color: approx Pale Turquoise. HEX triplet: B3, FB and F6. RGB value is (179,251,246). Sum of RGB (Red+Green+Blue) = 179+251+246=676 (89% of max value = 765). Red value is 179 (70.31% from 255 or 26.48% from 676); Green value is 251 (98.44% from 255 or 37.13% from 676); Blue value is 246 (96.48% from 255 or 36.39% from 676); Max value from RGB is 251 - color contains mainly: green. Hex color #B3FBF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FBF6 is #4C0409. Grayscale: #E4E4E4. Windows color (decimal): -4981770 or 16186291. OLE color: 16186291.

HSL color Cylindrical-coordinate representation of color #B3FBF6: hue angle of 175.83º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3FBF6 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB179251246-
CMYK0.2900.020.02
HSL175.83º90%84.31%-
HSV(B)175.83º28.69%98.43%-
XYZ69.7285.2399.97-
YUV228.9137.6592.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.48%
GREEN value IS 251 (98.44% from 255) = 37.13%
BLUE value IS 246 (96.48% from 255) = 36.39%
R=26.48%
G=37.13%
B=36.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792512460.2900.020.02175.839084.31
HexB3FBF61D022b05a54
Octal26337336635022260132124
Binary10110011111110111111011011101010101011000010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FBF6; }

 p { color: rgb(179,251,246); }

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

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

 a { background-color: rgb(179,251,246); }

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

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

 span { border-color: rgb(179,251,246); }

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