#B2FFF8

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

Shades of Pale Turquoise #B2FFF8

Tints of Pale Turquoise #B2FFF8

Color information

#B2FFF8 (or 0xB2FFF8) is unknown color: approx Pale Turquoise. HEX triplet: B2, FF and F8. RGB value is (178,255,248). Sum of RGB (Red+Green+Blue) = 178+255+248=681 (90% of max value = 765). Red value is 178 (69.92% from 255 or 26.14% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 248 (97.27% from 255 or 36.42% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FFF8 is #4D0007. Grayscale: #E7E7E7. Windows color (decimal): -5046280 or 16318386. OLE color: 16318386.

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

Color convert

RGB178255248-
CMYK0.3000.030
HSL174.55º100%84.9%-
HSV(B)174.55º30.2%100%-
XYZ71.0687.76102-
YUV231.18137.4990.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.14%
GREEN value IS 255 (100% from 255) = 37.44%
BLUE value IS 248 (97.27% from 255) = 36.42%
R=26.14%
G=37.44%
B=36.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1782552480.3000.030174.5510084.9
HexB2FFF81E030af6455
Octal26237737036030257144125
Binary1011001011111111111110001111001101010111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FFF8; }

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

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

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

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

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

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

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

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