#b4eeea

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

Shades of Pale Turquoise #B4EEEA

Tints of Pale Turquoise #B4EEEA

Color information

#B4EEEA (or 0xB4EEEA) is unknown color: approx Pale Turquoise. HEX triplet: B4, EE and EA. RGB value is (180,238,234). Sum of RGB (Red+Green+Blue) = 180+238+234=652 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.61% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 238 - color contains mainly: green. Hex color #B4EEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4EEEA is #4B1115. Grayscale: #DCDCDC. Windows color (decimal): -4919574 or 15396532. OLE color: 15396532.

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

Color convert

RGB180238234-
CMYK0.2400.020.07
HSL175.86º63.04%81.96%-
HSV(B)175.86º24.37%93.33%-
XYZ64.2576.7989.28-
YUV220.2135.7899.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.61%
GREEN value IS 238 (93.36% from 255) = 36.50%
BLUE value IS 234 (91.80% from 255) = 35.89%
R=27.61%
G=36.50%
B=35.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1802382340.2400.020.07175.8663.0481.96
HexB4EEEA18027b03f52
Octal2643563523002726077122
Binary10110100111011101110101011000010111101100001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4eeea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4eeea; }

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

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

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

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

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

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

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

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