#B4E9ED

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

Shades of Pale Turquoise #B4E9ED

Tints of Pale Turquoise #B4E9ED

Color information

#B4E9ED (or 0xB4E9ED) is unknown color: approx Pale Turquoise. HEX triplet: B4, E9 and ED. RGB value is (180,233,237). Sum of RGB (Red+Green+Blue) = 180+233+237=650 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.69% from 650); Green value is 233 (91.41% from 255 or 35.85% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 237 - color contains mainly: blue. Hex color #B4E9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4E9ED is #4B1612. Grayscale: #D9D9D9. Windows color (decimal): -4920851 or 15591860. OLE color: 15591860.

HSL color Cylindrical-coordinate representation of color #B4E9ED: hue angle of 184.21º degrees, saturation: 0.61, 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 #B4E9ED is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180233237-
CMYK0.240.0200.07
HSL184.21º61.29%81.76%-
HSV(B)184.21º24.05%92.94%-
XYZ63.2574.191.09-
YUV217.61138.94101.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.69%
GREEN value IS 233 (91.41% from 255) = 35.85%
BLUE value IS 237 (92.97% from 255) = 36.46%
R=27.69%
G=35.85%
B=36.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1802332370.240.0200.07184.2161.2981.76
HexB4E9ED18207b83d52
Octal2643513553020727075122
Binary10110100111010011110110111000100111101110001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E9ED; }

 p { color: rgb(180,233,237); }

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

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

 a { background-color: rgb(180,233,237); }

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

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

 span { border-color: rgb(180,233,237); }

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