#b4f8ec

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

Shades of Pale Turquoise #B4F8EC

Tints of Pale Turquoise #B4F8EC

Color information

#B4F8EC (or 0xB4F8EC) is unknown color: approx Pale Turquoise. HEX triplet: B4, F8 and EC. RGB value is (180,248,236). Sum of RGB (Red+Green+Blue) = 180+248+236=664 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.11% from 664); Green value is 248 (97.27% from 255 or 37.35% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 248 - color contains mainly: green. Hex color #B4F8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4F8EC is #4B0713. Grayscale: #E2E2E2. Windows color (decimal): -4917012 or 15530164. OLE color: 15530164.

HSL color Cylindrical-coordinate representation of color #B4F8EC: hue angle of 169.41º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4F8EC is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB180248236-
CMYK0.2700.050.03
HSL169.41º82.93%83.92%-
HSV(B)169.41º27.42%97.25%-
XYZ67.5382.8991.8-
YUV226.3133.4794.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.11%
GREEN value IS 248 (97.27% from 255) = 37.35%
BLUE value IS 236 (92.58% from 255) = 35.54%
R=27.11%
G=37.35%
B=35.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1802482360.2700.050.03169.4182.9383.92
HexB4F8EC1B053a95354
Octal26437035433053251123124
Binary101101001111100011101100110110101111010100110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4f8ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4f8ec; }

 p { color: rgb(180,248,236); }

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

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

 a { background-color: rgb(180,248,236); }

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

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

 span { border-color: rgb(180,248,236); }

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