#B3F9EC

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

Shades of Pale Turquoise #B3F9EC

Tints of Pale Turquoise #B3F9EC

Color information

#B3F9EC (or 0xB3F9EC) is unknown color: approx Pale Turquoise. HEX triplet: B3, F9 and EC. RGB value is (179,249,236). Sum of RGB (Red+Green+Blue) = 179+249+236=664 (87% of max value = 765). Red value is 179 (70.31% from 255 or 26.96% from 664); Green value is 249 (97.66% from 255 or 37.5% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 249 - color contains mainly: green. Hex color #B3F9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F9EC is #4C0613. Grayscale: #E2E2E2. Windows color (decimal): -4982292 or 15530419. OLE color: 15530419.

HSL color Cylindrical-coordinate representation of color #B3F9EC: hue angle of 168.86º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3F9EC is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB179249236-
CMYK0.2800.050.02
HSL168.86º85.37%83.92%-
HSV(B)168.86º28.11%97.65%-
XYZ67.6183.3991.89-
YUV226.59133.3194.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.96%
GREEN value IS 249 (97.66% from 255) = 37.5%
BLUE value IS 236 (92.58% from 255) = 35.54%
R=26.96%
G=37.5%
B=35.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792492360.2800.050.02168.8685.3783.92
HexB3F9EC1C052a95554
Octal26337135434052251125124
Binary101100111111100111101100111000101101010100110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F9EC; }

 p { color: rgb(179,249,236); }

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

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

 a { background-color: rgb(179,249,236); }

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

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

 span { border-color: rgb(179,249,236); }

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