#B6F7EC

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

Shades of Pale Turquoise #B6F7EC

Tints of Pale Turquoise #B6F7EC

Color information

#B6F7EC (or 0xB6F7EC) is unknown color: approx Pale Turquoise. HEX triplet: B6, F7 and EC. RGB value is (182,247,236). Sum of RGB (Red+Green+Blue) = 182+247+236=665 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.37% from 665); Green value is 247 (96.88% from 255 or 37.14% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 247 - color contains mainly: green. Hex color #B6F7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F7EC is #490813. Grayscale: #E2E2E2. Windows color (decimal): -4786196 or 15529910. OLE color: 15529910.

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

Color convert

RGB182247236-
CMYK0.2600.040.03
HSL169.85º80.25%84.12%-
HSV(B)169.85º26.32%96.86%-
XYZ67.6982.5291.72-
YUV226.31133.4796.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.37%
GREEN value IS 247 (96.88% from 255) = 37.14%
BLUE value IS 236 (92.58% from 255) = 35.49%
R=27.37%
G=37.14%
B=35.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1822472360.2600.040.03169.8580.2584.12
HexB6F7EC1A043aa5054
Octal26636735432043252120124
Binary101101101111011111101100110100100111010101010100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F7EC; }

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

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

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

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

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

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

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

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