#B6EDEC

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

Shades of Pale Turquoise #B6EDEC

Tints of Pale Turquoise #B6EDEC

Color information

#B6EDEC (or 0xB6EDEC) is unknown color: approx Pale Turquoise. HEX triplet: B6, ED and EC. RGB value is (182,237,236). Sum of RGB (Red+Green+Blue) = 182+237+236=655 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.79% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 237 - color contains mainly: green. Hex color #B6EDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6EDEC is #491213. Grayscale: #DCDCDC. Windows color (decimal): -4788756 or 15527350. OLE color: 15527350.

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

Color convert

RGB182237236-
CMYK0.2300.000.07
HSL178.91º60.44%82.16%-
HSV(B)178.91º23.21%92.94%-
XYZ64.7276.5790.73-
YUV220.44136.78100.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.79%
GREEN value IS 237 (92.97% from 255) = 36.18%
BLUE value IS 236 (92.58% from 255) = 36.03%
R=27.79%
G=36.18%
B=36.03%

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
Decimal1822372360.2300.000.07178.9160.4482.16
HexB6EDEC17007b33c52
Octal2663553542700726374122
Binary1011011011101101111011001011100111101100111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EDEC; }

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

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

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

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

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

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

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

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