#B6F8F5

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

Shades of Pale Turquoise #B6F8F5

Tints of Pale Turquoise #B6F8F5

Color information

#B6F8F5 (or 0xB6F8F5) is unknown color: approx Pale Turquoise. HEX triplet: B6, F8 and F5. RGB value is (182,248,245). Sum of RGB (Red+Green+Blue) = 182+248+245=675 (89% of max value = 765). Red value is 182 (71.48% from 255 or 26.96% from 675); Green value is 248 (97.27% from 255 or 36.74% from 675); Blue value is 245 (96.09% from 255 or 36.30% from 675); Max value from RGB is 248 - color contains mainly: green. Hex color #B6F8F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F8F5 is #49070A. Grayscale: #E3E3E3. Windows color (decimal): -4785931 or 16119990. OLE color: 16119990.

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

Color convert

RGB182248245-
CMYK0.2700.010.03
HSL177.27º82.5%84.31%-
HSV(B)177.27º26.61%97.25%-
XYZ69.3483.6798.88-
YUV227.92137.6395.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 26.96%
GREEN value IS 248 (97.27% from 255) = 36.74%
BLUE value IS 245 (96.09% from 255) = 36.30%
R=26.96%
G=36.74%
B=36.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1822482450.2700.010.03177.2782.584.31
HexB6F8F51B013b15254
Octal26637036533013261122124
Binary1011011011111000111101011101101111011000110100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F8F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F8F5; }

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

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

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

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

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

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

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

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