#B6F8F4

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

Shades of Pale Turquoise #B6F8F4

Tints of Pale Turquoise #B6F8F4

Color information

#B6F8F4 (or 0xB6F8F4) is unknown color: approx Pale Turquoise. HEX triplet: B6, F8 and F4. RGB value is (182,248,244). Sum of RGB (Red+Green+Blue) = 182+248+244=674 (89% of max value = 765). Red value is 182 (71.48% from 255 or 27.00% from 674); Green value is 248 (97.27% from 255 or 36.80% from 674); Blue value is 244 (95.70% from 255 or 36.20% from 674); Max value from RGB is 248 - color contains mainly: green. Hex color #B6F8F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F8F4 is #49070B. Grayscale: #E3E3E3. Windows color (decimal): -4785932 or 16054454. OLE color: 16054454.

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

Color convert

RGB182248244-
CMYK0.2700.020.03
HSL176.36º82.5%84.31%-
HSV(B)176.36º26.61%97.25%-
XYZ69.1983.6198.08-
YUV227.81137.1395.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.00%
GREEN value IS 248 (97.27% from 255) = 36.80%
BLUE value IS 244 (95.70% from 255) = 36.20%
R=27.00%
G=36.80%
B=36.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1822482440.2700.020.03176.3682.584.31
HexB6F8F41B023b05254
Octal26637036433023260122124
Binary10110110111110001111010011011010111011000010100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F8F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F8F4; }

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

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

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

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

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

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

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

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