#B6F1EC

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

Shades of Pale Turquoise #B6F1EC

Tints of Pale Turquoise #B6F1EC

Color information

#B6F1EC (or 0xB6F1EC) is unknown color: approx Pale Turquoise. HEX triplet: B6, F1 and EC. RGB value is (182,241,236). Sum of RGB (Red+Green+Blue) = 182+241+236=659 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.62% from 659); Green value is 241 (94.53% from 255 or 36.57% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 241 - color contains mainly: green. Hex color #B6F1EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F1EC is #490E13. Grayscale: #DEDEDE. Windows color (decimal): -4787732 or 15528374. OLE color: 15528374.

HSL color Cylindrical-coordinate representation of color #B6F1EC: hue angle of 174.92º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6F1EC is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB182241236-
CMYK0.2400.020.05
HSL174.92º67.82%82.94%-
HSV(B)174.92º24.48%94.51%-
XYZ65.8978.9191.12-
YUV222.79135.4598.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.62%
GREEN value IS 241 (94.53% from 255) = 36.57%
BLUE value IS 236 (92.58% from 255) = 35.81%
R=27.62%
G=36.57%
B=35.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1822412360.2400.020.05174.9267.8282.94
HexB6F1EC18025af4453
Octal26636135430025257104123
Binary101101101111000111101100110000101011010111110001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F1EC; }

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

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

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

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

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

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

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

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