#B7EBEC

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

Shades of Pale Turquoise #B7EBEC

Tints of Pale Turquoise #B7EBEC

Color information

#B7EBEC (or 0xB7EBEC) is unknown color: approx Pale Turquoise. HEX triplet: B7, EB and EC. RGB value is (183,235,236). Sum of RGB (Red+Green+Blue) = 183+235+236=654 (86% of max value = 765). Red value is 183 (71.88% from 255 or 27.98% from 654); Green value is 235 (92.19% from 255 or 35.93% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 236 - color contains mainly: blue. Hex color #B7EBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7EBEC is #481413. Grayscale: #DBDBDB. Windows color (decimal): -4723732 or 15526839. OLE color: 15526839.

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

Color convert

RGB183235236-
CMYK0.220.0000.07
HSL181.13º58.24%82.16%-
HSV(B)181.13º22.46%92.55%-
XYZ64.3875.5490.54-
YUV219.57137.27101.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.98%
GREEN value IS 235 (92.19% from 255) = 35.93%
BLUE value IS 236 (92.58% from 255) = 36.09%
R=27.98%
G=35.93%
B=36.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1832352360.220.0000.07181.1358.2482.16
HexB7EBEC16007b53a52
Octal2673533542600726572122
Binary1011011111101011111011001011000111101101011110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EBEC; }

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

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

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

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

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

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

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

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