#B4EBEE

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

Shades of Pale Turquoise #B4EBEE

Tints of Pale Turquoise #B4EBEE

Color information

#B4EBEE (or 0xB4EBEE) is unknown color: approx Pale Turquoise. HEX triplet: B4, EB and EE. RGB value is (180,235,238). Sum of RGB (Red+Green+Blue) = 180+235+238=653 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.57% from 653); Green value is 235 (92.19% from 255 or 35.99% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 238 - color contains mainly: blue. Hex color #B4EBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4EBEE is #4B1411. Grayscale: #DADADA. Windows color (decimal): -4920338 or 15657908. OLE color: 15657908.

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

Color convert

RGB180235238-
CMYK0.240.0100.07
HSL183.1º63.04%81.96%-
HSV(B)183.1º24.37%93.33%-
XYZ63.9675.2992.05-
YUV218.9138.78100.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.57%
GREEN value IS 235 (92.19% from 255) = 35.99%
BLUE value IS 238 (93.36% from 255) = 36.45%
R=27.57%
G=35.99%
B=36.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1802352380.240.0100.07183.163.0481.96
HexB4EBEE18107b73f52
Octal2643533563010726777122
Binary1011010011101011111011101100010111101101111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EBEE; }

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

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

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

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

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

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

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

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