#B3F0ED

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

Shades of Pale Turquoise #B3F0ED

Tints of Pale Turquoise #B3F0ED

Color information

#B3F0ED (or 0xB3F0ED) is unknown color: approx Pale Turquoise. HEX triplet: B3, F0 and ED. RGB value is (179,240,237). Sum of RGB (Red+Green+Blue) = 179+240+237=656 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.29% from 656); Green value is 240 (94.14% from 255 or 36.59% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 240 - color contains mainly: green. Hex color #B3F0ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F0ED is #4C0F12. Grayscale: #DDDDDD. Windows color (decimal): -4984595 or 15593651. OLE color: 15593651.

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

Color convert

RGB179240237-
CMYK0.2500.010.06
HSL177.05º67.03%82.16%-
HSV(B)177.05º25.42%94.12%-
XYZ65.0478.0291.75-
YUV221.42136.7997.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.29%
GREEN value IS 240 (94.14% from 255) = 36.59%
BLUE value IS 237 (92.97% from 255) = 36.13%
R=27.29%
G=36.59%
B=36.13%

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
Decimal1792402370.2500.010.06177.0567.0382.16
HexB3F0ED19016b14352
Octal26336035531016261103122
Binary10110011111100001110110111001011101011000110000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F0ED; }

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

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

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

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

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

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

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

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