#B6F2EB

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

Shades of Pale Turquoise #B6F2EB

Tints of Pale Turquoise #B6F2EB

Color information

#B6F2EB (or 0xB6F2EB) is unknown color: approx Pale Turquoise. HEX triplet: B6, F2 and EB. RGB value is (182,242,235). Sum of RGB (Red+Green+Blue) = 182+242+235=659 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.62% from 659); Green value is 242 (94.92% from 255 or 36.72% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 242 - color contains mainly: green. Hex color #B6F2EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F2EB is #490D14. Grayscale: #DFDFDF. Windows color (decimal): -4787477 or 15463094. OLE color: 15463094.

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

Color convert

RGB182242235-
CMYK0.2500.030.05
HSL173º69.77%83.14%-
HSV(B)173º24.79%94.9%-
XYZ66.0479.4590.45-
YUV223.26134.6298.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.62%
GREEN value IS 242 (94.92% from 255) = 36.72%
BLUE value IS 235 (92.19% from 255) = 35.66%
R=27.62%
G=36.72%
B=35.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1822422350.2500.030.0517369.7783.14
HexB6F2EB19035ad4653
Octal26636235331035255106123
Binary101101101111001011101011110010111011010110110001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F2EB; }

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

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

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

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

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

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

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

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