#B0F2EC

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

Shades of Pale Turquoise #B0F2EC

Tints of Pale Turquoise #B0F2EC

Color information

#B0F2EC (or 0xB0F2EC) is unknown color: approx Pale Turquoise. HEX triplet: B0, F2 and EC. RGB value is (176,242,236). Sum of RGB (Red+Green+Blue) = 176+242+236=654 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.91% from 654); Green value is 242 (94.92% from 255 or 37.00% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F2EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F2EC is #4F0D13. Grayscale: #DDDDDD. Windows color (decimal): -5180692 or 15528624. OLE color: 15528624.

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

Color convert

RGB176242236-
CMYK0.2700.020.05
HSL174.55º71.74%81.96%-
HSV(B)174.55º27.27%94.9%-
XYZ64.878.7991.15-
YUV221.58136.1395.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.91%
GREEN value IS 242 (94.92% from 255) = 37.00%
BLUE value IS 236 (92.58% from 255) = 36.09%
R=26.91%
G=37.00%
B=36.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762422360.2700.020.05174.5571.7481.96
HexB0F2EC1B025af4852
Octal26036235433025257110122
Binary101100001111001011101100110110101011010111110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F2EC; }

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

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

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

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

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

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

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

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