#B7EAEB

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

Shades of Pale Turquoise #B7EAEB

Tints of Pale Turquoise #B7EAEB

Color information

#B7EAEB (or 0xB7EAEB) is unknown color: approx Pale Turquoise. HEX triplet: B7, EA and EB. RGB value is (183,234,235). Sum of RGB (Red+Green+Blue) = 183+234+235=652 (86% of max value = 765). Red value is 183 (71.88% from 255 or 28.07% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 235 - color contains mainly: blue. Hex color #B7EAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7EAEB is #481514. Grayscale: #DADADA. Windows color (decimal): -4723989 or 15461047. OLE color: 15461047.

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

Color convert

RGB183234235-
CMYK0.220.0000.08
HSL181.15º56.52%81.96%-
HSV(B)181.15º22.13%92.16%-
XYZ63.9574.9189.69-
YUV218.86137.1102.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.07%
GREEN value IS 234 (91.80% from 255) = 35.89%
BLUE value IS 235 (92.19% from 255) = 36.04%
R=28.07%
G=35.89%
B=36.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1832342350.220.0000.08181.1556.5281.96
HexB7EAEB16008b53952
Octal26735235326001026571122
Binary10110111111010101110101110110001000101101011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EAEB; }

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

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

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

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

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

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

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

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