#B6F7F0

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

Shades of Pale Turquoise #B6F7F0

Tints of Pale Turquoise #B6F7F0

Color information

#B6F7F0 (or 0xB6F7F0) is unknown color: approx Pale Turquoise. HEX triplet: B6, F7 and F0. RGB value is (182,247,240). Sum of RGB (Red+Green+Blue) = 182+247+240=669 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.20% from 669); Green value is 247 (96.88% from 255 or 36.92% from 669); Blue value is 240 (94.14% from 255 or 35.87% from 669); Max value from RGB is 247 - color contains mainly: green. Hex color #B6F7F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F7F0 is #49080F. Grayscale: #E2E2E2. Windows color (decimal): -4786192 or 15792054. OLE color: 15792054.

HSL color Cylindrical-coordinate representation of color #B6F7F0: hue angle of 173.54º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B6F7F0 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB182247240-
CMYK0.2600.030.03
HSL173.54º80.25%84.12%-
HSV(B)173.54º26.32%96.86%-
XYZ68.2882.7694.81-
YUV226.77135.4796.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.20%
GREEN value IS 247 (96.88% from 255) = 36.92%
BLUE value IS 240 (94.14% from 255) = 35.87%
R=27.20%
G=36.92%
B=35.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1822472400.2600.030.03173.5480.2584.12
HexB6F7F01A033ae5054
Octal26636736032033256120124
Binary10110110111101111111000011010011111010111010100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F7F0; }

 p { color: rgb(182,247,240); }

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

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

 a { background-color: rgb(182,247,240); }

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

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

 span { border-color: rgb(182,247,240); }

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