#B4F7ED

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

Shades of Pale Turquoise #B4F7ED

Tints of Pale Turquoise #B4F7ED

Color information

#B4F7ED (or 0xB4F7ED) is unknown color: approx Pale Turquoise. HEX triplet: B4, F7 and ED. RGB value is (180,247,237). Sum of RGB (Red+Green+Blue) = 180+247+237=664 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.11% from 664); Green value is 247 (96.88% from 255 or 37.20% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 247 - color contains mainly: green. Hex color #B4F7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4F7ED is #4B0812. Grayscale: #E1E1E1. Windows color (decimal): -4917267 or 15595444. OLE color: 15595444.

HSL color Cylindrical-coordinate representation of color #B4F7ED: hue angle of 171.04º degrees, saturation: 0.81, 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 #B4F7ED is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB180247237-
CMYK0.2700.040.03
HSL171.04º80.72%83.73%-
HSV(B)171.04º27.13%96.86%-
XYZ67.3782.3492.46-
YUV225.83134.395.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.11%
GREEN value IS 247 (96.88% from 255) = 37.20%
BLUE value IS 237 (92.97% from 255) = 35.69%
R=27.11%
G=37.20%
B=35.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1802472370.2700.040.03171.0480.7283.73
HexB4F7ED1B043ab5154
Octal26436735533043253121124
Binary101101001111011111101101110110100111010101110100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F7ED; }

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

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

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

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

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

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

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

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