#B3FBF3

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

Shades of Pale Turquoise #B3FBF3

Tints of Pale Turquoise #B3FBF3

Color information

#B3FBF3 (or 0xB3FBF3) is unknown color: approx Pale Turquoise. HEX triplet: B3, FB and F3. RGB value is (179,251,243). Sum of RGB (Red+Green+Blue) = 179+251+243=673 (89% of max value = 765). Red value is 179 (70.31% from 255 or 26.60% from 673); Green value is 251 (98.44% from 255 or 37.30% from 673); Blue value is 243 (95.31% from 255 or 36.11% from 673); Max value from RGB is 251 - color contains mainly: green. Hex color #B3FBF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FBF3 is #4C040C. Grayscale: #E4E4E4. Windows color (decimal): -4981773 or 15989683. OLE color: 15989683.

HSL color Cylindrical-coordinate representation of color #B3FBF3: hue angle of 173.33º 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 #B3FBF3 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB179251243-
CMYK0.2900.030.02
HSL173.33º90%84.31%-
HSV(B)173.33º28.69%98.43%-
XYZ69.2785.0597.56-
YUV228.56136.1592.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.60%
GREEN value IS 251 (98.44% from 255) = 37.30%
BLUE value IS 243 (95.31% from 255) = 36.11%
R=26.60%
G=37.30%
B=36.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792512430.2900.030.02173.339084.31
HexB3FBF31D032ad5a54
Octal26337336335032255132124
Binary10110011111110111111001111101011101010110110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FBF3; }

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

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

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

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

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

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

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

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