#b6f6f3

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

Shades of Pale Turquoise #B6F6F3

Tints of Pale Turquoise #B6F6F3

Color information

#B6F6F3 (or 0xB6F6F3) is unknown color: approx Pale Turquoise. HEX triplet: B6, F6 and F3. RGB value is (182,246,243). Sum of RGB (Red+Green+Blue) = 182+246+243=671 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.12% from 671); Green value is 246 (96.48% from 255 or 36.66% from 671); Blue value is 243 (95.31% from 255 or 36.21% from 671); Max value from RGB is 246 - color contains mainly: green. Hex color #B6F6F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F6F3 is #49090C. Grayscale: #E2E2E2. Windows color (decimal): -4786445 or 15988406. OLE color: 15988406.

HSL color Cylindrical-coordinate representation of color #B6F6F3: hue angle of 177.19º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B6F6F3 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB182246243-
CMYK0.2600.010.04
HSL177.19º78.05%83.92%-
HSV(B)177.19º26.02%96.47%-
XYZ68.4282.3397.08-
YUV226.52137.396.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.12%
GREEN value IS 246 (96.48% from 255) = 36.66%
BLUE value IS 243 (95.31% from 255) = 36.21%
R=27.12%
G=36.66%
B=36.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1822462430.2600.010.04177.1978.0583.92
HexB6F6F31A014b14e54
Octal26636636332014261116124
Binary10110110111101101111001111010011001011000110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6f6f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6f6f3; }

 p { color: rgb(182,246,243); }

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

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

 a { background-color: rgb(182,246,243); }

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

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

 span { border-color: rgb(182,246,243); }

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