#B6F1EB

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

Shades of Pale Turquoise #B6F1EB

Tints of Pale Turquoise #B6F1EB

Color information

#B6F1EB (or 0xB6F1EB) is unknown color: approx Pale Turquoise. HEX triplet: B6, F1 and EB. RGB value is (182,241,235). Sum of RGB (Red+Green+Blue) = 182+241+235=658 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.66% from 658); Green value is 241 (94.53% from 255 or 36.63% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 241 - color contains mainly: green. Hex color #B6F1EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F1EB is #490E14. Grayscale: #DEDEDE. Windows color (decimal): -4787733 or 15462838. OLE color: 15462838.

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

Color convert

RGB182241235-
CMYK0.2400.020.05
HSL173.9º67.82%82.94%-
HSV(B)173.9º24.48%94.51%-
XYZ65.7478.8590.35-
YUV222.68134.9598.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.66%
GREEN value IS 241 (94.53% from 255) = 36.63%
BLUE value IS 235 (92.19% from 255) = 35.71%
R=27.66%
G=36.63%
B=35.71%

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
Decimal1822412350.2400.020.05173.967.8282.94
HexB6F1EB18025ae4453
Octal26636135330025256104123
Binary101101101111000111101011110000101011010111010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F1EB; }

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

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

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

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

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

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

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

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