#B6ECEA

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

Shades of Pale Turquoise #B6ECEA

Tints of Pale Turquoise #B6ECEA

Color information

#B6ECEA (or 0xB6ECEA) is unknown color: approx Pale Turquoise. HEX triplet: B6, EC and EA. RGB value is (182,236,234). Sum of RGB (Red+Green+Blue) = 182+236+234=652 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.91% from 652); Green value is 236 (92.58% from 255 or 36.20% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 236 - color contains mainly: green. Hex color #B6ECEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6ECEA is #491315. Grayscale: #DBDBDB. Windows color (decimal): -4789014 or 15396022. OLE color: 15396022.

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

Color convert

RGB182236234-
CMYK0.2300.010.07
HSL177.78º58.7%81.96%-
HSV(B)177.78º22.88%92.55%-
XYZ64.1475.8889.11-
YUV219.63136.11101.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.91%
GREEN value IS 236 (92.58% from 255) = 36.20%
BLUE value IS 234 (91.80% from 255) = 35.89%
R=27.91%
G=36.20%
B=35.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1822362340.2300.010.07177.7858.781.96
HexB6ECEA17017b23b52
Octal2663543522701726273122
Binary1011011011101100111010101011101111101100101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ECEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ECEA; }

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

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

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

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

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

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

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

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