#B4EBE6

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

Shades of Pale Turquoise #B4EBE6

Tints of Pale Turquoise #B4EBE6

Color information

#B4EBE6 (or 0xB4EBE6) is unknown color: approx Pale Turquoise. HEX triplet: B4, EB and E6. RGB value is (180,235,230). Sum of RGB (Red+Green+Blue) = 180+235+230=645 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.91% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 230 (90.23% from 255 or 35.66% from 645); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4EBE6 is #4B1419. Grayscale: #D9D9D9. Windows color (decimal): -4920346 or 15133620. OLE color: 15133620.

HSL color Cylindrical-coordinate representation of color #B4EBE6: hue angle of 174.55º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4EBE6 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB180235230-
CMYK0.2300.020.08
HSL174.55º57.89%81.37%-
HSV(B)174.55º23.4%92.16%-
XYZ62.8174.8386-
YUV217.98134.78100.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.91%
GREEN value IS 235 (92.19% from 255) = 36.43%
BLUE value IS 230 (90.23% from 255) = 35.66%
R=27.91%
G=36.43%
B=35.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802352300.2300.020.08174.5557.8981.37
HexB4EBE617028af3a51
Octal26435334627021025772121
Binary101101001110101111100110101110101000101011111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EBE6; }

 p { color: rgb(180,235,230); }

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

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

 a { background-color: rgb(180,235,230); }

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

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

 span { border-color: rgb(180,235,230); }

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