#B3FFF2

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

Shades of Pale Turquoise #B3FFF2

Tints of Pale Turquoise #B3FFF2

Color information

#B3FFF2 (or 0xB3FFF2) is unknown color: approx Pale Turquoise. HEX triplet: B3, FF and F2. RGB value is (179,255,242). Sum of RGB (Red+Green+Blue) = 179+255+242=676 (89% of max value = 765). Red value is 179 (70.31% from 255 or 26.48% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 242 (94.92% from 255 or 35.80% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FFF2 is #4C000D. Grayscale: #E6E6E6. Windows color (decimal): -4980750 or 15925171. OLE color: 15925171.

HSL color Cylindrical-coordinate representation of color #B3FFF2: hue angle of 169.74º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3FFF2 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB179255242-
CMYK0.3000.050
HSL169.74º100%85.1%-
HSV(B)169.74º29.8%100%-
XYZ70.3887.5197.19-
YUV230.79134.3291.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.48%
GREEN value IS 255 (100% from 255) = 37.72%
BLUE value IS 242 (94.92% from 255) = 35.80%
R=26.48%
G=37.72%
B=35.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1792552420.3000.050169.7410085.1
HexB3FFF21E050aa6455
Octal26337736236050252144125
Binary10110011111111111111001011110010101010101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FFF2; }

 p { color: rgb(179,255,242); }

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

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

 a { background-color: rgb(179,255,242); }

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

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

 span { border-color: rgb(179,255,242); }

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