#B6FAF2

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

Shades of Pale Turquoise #B6FAF2

Tints of Pale Turquoise #B6FAF2

Color information

#B6FAF2 (or 0xB6FAF2) is unknown color: approx Pale Turquoise. HEX triplet: B6, FA and F2. RGB value is (182,250,242). Sum of RGB (Red+Green+Blue) = 182+250+242=674 (89% of max value = 765). Red value is 182 (71.48% from 255 or 27.00% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 242 (94.92% from 255 or 35.91% from 674); Max value from RGB is 250 - color contains mainly: green. Hex color #B6FAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6FAF2 is #49050D. Grayscale: #E4E4E4. Windows color (decimal): -4785422 or 15923894. OLE color: 15923894.

HSL color Cylindrical-coordinate representation of color #B6FAF2: hue angle of 172.94º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6FAF2 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB182250242-
CMYK0.2700.030.02
HSL172.94º87.18%84.71%-
HSV(B)172.94º27.2%98.04%-
XYZ69.584.7396.7-
YUV228.76135.4794.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.00%
GREEN value IS 250 (98.05% from 255) = 37.09%
BLUE value IS 242 (94.92% from 255) = 35.91%
R=27.00%
G=37.09%
B=35.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822502420.2700.030.02172.9487.1884.71
HexB6FAF21B032ad5755
Octal26637236233032255127125
Binary10110110111110101111001011011011101010110110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FAF2; }

 p { color: rgb(182,250,242); }

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

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

 a { background-color: rgb(182,250,242); }

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

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

 span { border-color: rgb(182,250,242); }

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