#B0F3EC

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

Shades of Pale Turquoise #B0F3EC

Tints of Pale Turquoise #B0F3EC

Color information

#B0F3EC (or 0xB0F3EC) is unknown color: approx Pale Turquoise. HEX triplet: B0, F3 and EC. RGB value is (176,243,236). Sum of RGB (Red+Green+Blue) = 176+243+236=655 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.87% from 655); Green value is 243 (95.31% from 255 or 37.10% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F3EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F3EC is #4F0C13. Grayscale: #DEDEDE. Windows color (decimal): -5180436 or 15528880. OLE color: 15528880.

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

Color convert

RGB176243236-
CMYK0.2800.030.05
HSL173.73º73.63%82.16%-
HSV(B)173.73º27.57%95.29%-
XYZ65.179.3991.25-
YUV222.17135.895.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.87%
GREEN value IS 243 (95.31% from 255) = 37.10%
BLUE value IS 236 (92.58% from 255) = 36.03%
R=26.87%
G=37.10%
B=36.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762432360.2800.030.05173.7373.6382.16
HexB0F3EC1C035ae4a52
Octal26036335434035256112122
Binary101100001111001111101100111000111011010111010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F3EC; }

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

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

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

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

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

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

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

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