#B2FFF5

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

Shades of Pale Turquoise #B2FFF5

Tints of Pale Turquoise #B2FFF5

Color information

#B2FFF5 (or 0xB2FFF5) is unknown color: approx Pale Turquoise. HEX triplet: B2, FF and F5. RGB value is (178,255,245). Sum of RGB (Red+Green+Blue) = 178+255+245=678 (89% of max value = 765). Red value is 178 (69.92% from 255 or 26.25% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 245 (96.09% from 255 or 36.14% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FFF5 is #4D000A. Grayscale: #E6E6E6. Windows color (decimal): -5046283 or 16121778. OLE color: 16121778.

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

Color convert

RGB178255245-
CMYK0.3000.040
HSL172.21º100%84.9%-
HSV(B)172.21º30.2%100%-
XYZ70.687.5899.57-
YUV230.84135.9990.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.25%
GREEN value IS 255 (100% from 255) = 37.61%
BLUE value IS 245 (96.09% from 255) = 36.14%
R=26.25%
G=37.61%
B=36.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1782552450.3000.040172.2110084.9
HexB2FFF51E040ac6455
Octal26237736536040254144125
Binary10110010111111111111010111110010001010110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FFF5; }

 p { color: rgb(178,255,245); }

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

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

 a { background-color: rgb(178,255,245); }

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

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

 span { border-color: rgb(178,255,245); }

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