#B3F3EC

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

Shades of Pale Turquoise #B3F3EC

Tints of Pale Turquoise #B3F3EC

Color information

#B3F3EC (or 0xB3F3EC) is unknown color: approx Pale Turquoise. HEX triplet: B3, F3 and EC. RGB value is (179,243,236). Sum of RGB (Red+Green+Blue) = 179+243+236=658 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.20% from 658); Green value is 243 (95.31% from 255 or 36.93% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 243 - color contains mainly: green. Hex color #B3F3EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F3EC is #4C0C13. Grayscale: #DFDFDF. Windows color (decimal): -4983828 or 15528883. OLE color: 15528883.

HSL color Cylindrical-coordinate representation of color #B3F3EC: hue angle of 173.44º degrees, saturation: 0.73, 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 #B3F3EC is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB179243236-
CMYK0.2600.030.05
HSL173.44º72.73%82.75%-
HSV(B)173.44º26.34%95.29%-
XYZ65.7879.7491.28-
YUV223.07135.396.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.20%
GREEN value IS 243 (95.31% from 255) = 36.93%
BLUE value IS 236 (92.58% from 255) = 35.87%
R=27.20%
G=36.93%
B=35.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1792432360.2600.030.05173.4472.7382.75
HexB3F3EC1A035ad4953
Octal26336335432035255111123
Binary101100111111001111101100110100111011010110110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F3EC; }

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

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

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

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

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

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

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

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