#B4F2EC

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

Shades of Pale Turquoise #B4F2EC

Tints of Pale Turquoise #B4F2EC

Color information

#B4F2EC (or 0xB4F2EC) is unknown color: approx Pale Turquoise. HEX triplet: B4, F2 and EC. RGB value is (180,242,236). Sum of RGB (Red+Green+Blue) = 180+242+236=658 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.36% from 658); Green value is 242 (94.92% from 255 or 36.78% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 242 - color contains mainly: green. Hex color #B4F2EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4F2EC is #4B0D13. Grayscale: #DEDEDE. Windows color (decimal): -4918548 or 15528628. OLE color: 15528628.

HSL color Cylindrical-coordinate representation of color #B4F2EC: hue angle of 174.19º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4F2EC is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB180242236-
CMYK0.2600.020.05
HSL174.19º70.45%82.75%-
HSV(B)174.19º25.62%94.9%-
XYZ65.7179.2691.19-
YUV222.78135.4697.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.36%
GREEN value IS 242 (94.92% from 255) = 36.78%
BLUE value IS 236 (92.58% from 255) = 35.87%
R=27.36%
G=36.78%
B=35.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1802422360.2600.020.05174.1970.4582.75
HexB4F2EC1A025ae4653
Octal26436235432025256106123
Binary101101001111001011101100110100101011010111010001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F2EC; }

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

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

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

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

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

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

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

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