#B3F0F0

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

Shades of Pale Turquoise #B3F0F0

Tints of Pale Turquoise #B3F0F0

Color information

#B3F0F0 (or 0xB3F0F0) is unknown color: approx Pale Turquoise. HEX triplet: B3, F0 and F0. RGB value is (179,240,240). Sum of RGB (Red+Green+Blue) = 179+240+240=659 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.16% from 659); Green value is 240 (94.14% from 255 or 36.42% from 659); Blue value is 240 (94.14% from 255 or 36.42% from 659); Max value from RGB is 240 - color contains mainly: green, blue. Hex color #B3F0F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F0F0 is #4C0F0F. Grayscale: #DDDDDD. Windows color (decimal): -4984592 or 15790259. OLE color: 15790259.

HSL color Cylindrical-coordinate representation of color #B3F0F0: hue angle of 180º 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 #B3F0F0 is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB179240240-
CMYK0.25000.06
HSL180º67.03%82.16%-
HSV(B)180º25.42%94.12%-
XYZ65.4878.294.08-
YUV221.76138.2997.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.16%
GREEN value IS 240 (94.14% from 255) = 36.42%
BLUE value IS 240 (94.14% from 255) = 36.42%
R=27.16%
G=36.42%
B=36.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1792402400.25000.0618067.0382.16
HexB3F0F019006b44352
Octal26336036031006264103122
Binary10110011111100001111000011001001101011010010000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F0F0; }

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

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

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

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

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

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

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

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