#B6EBEC

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

Shades of Pale Turquoise #B6EBEC

Tints of Pale Turquoise #B6EBEC

Color information

#B6EBEC (or 0xB6EBEC) is unknown color: approx Pale Turquoise. HEX triplet: B6, EB and EC. RGB value is (182,235,236). Sum of RGB (Red+Green+Blue) = 182+235+236=653 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.87% from 653); Green value is 235 (92.19% from 255 or 35.99% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 236 - color contains mainly: blue. Hex color #B6EBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6EBEC is #491413. Grayscale: #DBDBDB. Windows color (decimal): -4789268 or 15526838. OLE color: 15526838.

HSL color Cylindrical-coordinate representation of color #B6EBEC: hue angle of 181.11º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6EBEC is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182235236-
CMYK0.230.0000.07
HSL181.11º58.7%81.96%-
HSV(B)181.11º22.88%92.55%-
XYZ64.1475.4290.53-
YUV219.27137.44101.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.87%
GREEN value IS 235 (92.19% from 255) = 35.99%
BLUE value IS 236 (92.58% from 255) = 36.14%
R=27.87%
G=35.99%
B=36.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1822352360.230.0000.07181.1158.781.96
HexB6EBEC17007b53b52
Octal2663533542700726573122
Binary1011011011101011111011001011100111101101011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EBEC; }

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

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

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

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

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

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

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

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