#B3F0EE

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

Shades of Pale Turquoise #B3F0EE

Tints of Pale Turquoise #B3F0EE

Color information

#B3F0EE (or 0xB3F0EE) is unknown color: approx Pale Turquoise. HEX triplet: B3, F0 and EE. RGB value is (179,240,238). Sum of RGB (Red+Green+Blue) = 179+240+238=657 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.25% from 657); Green value is 240 (94.14% from 255 or 36.53% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 240 - color contains mainly: green. Hex color #B3F0EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F0EE is #4C0F11. Grayscale: #DDDDDD. Windows color (decimal): -4984594 or 15659187. OLE color: 15659187.

HSL color Cylindrical-coordinate representation of color #B3F0EE: hue angle of 178.03º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3F0EE is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB179240238-
CMYK0.2500.010.06
HSL178.03º67.03%82.16%-
HSV(B)178.03º25.42%94.12%-
XYZ65.1878.0892.52-
YUV221.53137.2997.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.25%
GREEN value IS 240 (94.14% from 255) = 36.53%
BLUE value IS 238 (93.36% from 255) = 36.23%
R=27.25%
G=36.53%
B=36.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1792402380.2500.010.06178.0367.0382.16
HexB3F0EE19016b24352
Octal26336035631016262103122
Binary10110011111100001110111011001011101011001010000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F0EE; }

 p { color: rgb(179,240,238); }

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

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

 a { background-color: rgb(179,240,238); }

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

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

 span { border-color: rgb(179,240,238); }

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