#b7eaef

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

Shades of Pale Turquoise #B7EAEF

Tints of Pale Turquoise #B7EAEF

Color information

#B7EAEF (or 0xB7EAEF) is unknown color: approx Pale Turquoise. HEX triplet: B7, EA and EF. RGB value is (183,234,239). Sum of RGB (Red+Green+Blue) = 183+234+239=656 (86% of max value = 765). Red value is 183 (71.88% from 255 or 27.90% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 239 - color contains mainly: blue. Hex color #B7EAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7EAEF is #481510. Grayscale: #DBDBDB. Windows color (decimal): -4723985 or 15723191. OLE color: 15723191.

HSL color Cylindrical-coordinate representation of color #B7EAEF: hue angle of 185.36º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7EAEF is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB183234239-
CMYK0.230.0200.06
HSL185.36º63.64%82.75%-
HSV(B)185.36º23.43%93.73%-
XYZ64.5375.1492.76-
YUV219.32139.1102.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.90%
GREEN value IS 234 (91.80% from 255) = 35.67%
BLUE value IS 239 (93.75% from 255) = 36.43%
R=27.90%
G=35.67%
B=36.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1832342390.230.0200.06185.3663.6482.75
HexB7EAEF17206b94053
Octal26735235727206271100123
Binary101101111110101011101111101111001101011100110000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7eaef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7eaef; }

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

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

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

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

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

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

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

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