#B6F8ED

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

Shades of Pale Turquoise #B6F8ED

Tints of Pale Turquoise #B6F8ED

Color information

#B6F8ED (or 0xB6F8ED) is unknown color: approx Pale Turquoise. HEX triplet: B6, F8 and ED. RGB value is (182,248,237). Sum of RGB (Red+Green+Blue) = 182+248+237=667 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.29% from 667); Green value is 248 (97.27% from 255 or 37.18% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 248 - color contains mainly: green. Hex color #B6F8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F8ED is #490712. Grayscale: #E2E2E2. Windows color (decimal): -4785939 or 15595702. OLE color: 15595702.

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

Color convert

RGB182248237-
CMYK0.2700.040.03
HSL170º82.5%84.31%-
HSV(B)170º26.61%97.25%-
XYZ68.1483.1992.59-
YUV227.01133.6395.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.29%
GREEN value IS 248 (97.27% from 255) = 37.18%
BLUE value IS 237 (92.97% from 255) = 35.53%
R=27.29%
G=37.18%
B=35.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1822482370.2700.040.0317082.584.31
HexB6F8ED1B043aa5254
Octal26637035533043252122124
Binary101101101111100011101101110110100111010101010100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F8ED; }

 p { color: rgb(182,248,237); }

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

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

 a { background-color: rgb(182,248,237); }

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

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

 span { border-color: rgb(182,248,237); }

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