#B2FFFA

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

Shades of Pale Turquoise #B2FFFA

Tints of Pale Turquoise #B2FFFA

Color information

#B2FFFA (or 0xB2FFFA) is unknown color: approx Pale Turquoise. HEX triplet: B2, FF and FA. RGB value is (178,255,250). Sum of RGB (Red+Green+Blue) = 178+255+250=683 (90% of max value = 765). Red value is 178 (69.92% from 255 or 26.06% from 683); Green value is 255 (100% from 255 or 37.34% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FFFA is #4D0005. Grayscale: #E7E7E7. Windows color (decimal): -5046278 or 16449458. OLE color: 16449458.

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

Color convert

RGB178255250-
CMYK0.3000.020
HSL176.1º100%84.9%-
HSV(B)176.1º30.2%100%-
XYZ71.3887.89103.64-
YUV231.41138.4989.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.06%
GREEN value IS 255 (100% from 255) = 37.34%
BLUE value IS 250 (98.05% from 255) = 36.60%
R=26.06%
G=37.34%
B=36.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1782552500.3000.020176.110084.9
HexB2FFFA1E020b06455
Octal26237737236020260144125
Binary1011001011111111111110101111001001011000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FFFA; }

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

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

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

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

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

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

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

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