#B6ECEB

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

Shades of Pale Turquoise #B6ECEB

Tints of Pale Turquoise #B6ECEB

Color information

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

HSL color Cylindrical-coordinate representation of color #B6ECEB: hue angle of 178.89º 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 #B6ECEB is Cyan = 0.23, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB182236235-
CMYK0.2300.000.07
HSL178.89º58.7%81.96%-
HSV(B)178.89º22.88%92.55%-
XYZ64.2875.9389.87-
YUV219.74136.61101.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1822362350.2300.000.07178.8958.781.96
HexB6ECEB17007b33b52
Octal2663543532700726373122
Binary1011011011101100111010111011100111101100111110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ECEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ECEB; }

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

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

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

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

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

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

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

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