#B3EDF1

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

Shades of Pale Turquoise #B3EDF1

Tints of Pale Turquoise #B3EDF1

Color information

#B3EDF1 (or 0xB3EDF1) is unknown color: approx Pale Turquoise. HEX triplet: B3, ED and F1. RGB value is (179,237,241). Sum of RGB (Red+Green+Blue) = 179+237+241=657 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.25% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 241 (94.53% from 255 or 36.68% from 657); Max value from RGB is 241 - color contains mainly: blue. Hex color #B3EDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EDF1 is #4C120E. Grayscale: #DCDCDC. Windows color (decimal): -4985359 or 15855027. OLE color: 15855027.

HSL color Cylindrical-coordinate representation of color #B3EDF1: hue angle of 183.87º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3EDF1 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB179237241-
CMYK0.260.0200.05
HSL183.87º68.89%82.35%-
HSV(B)183.87º25.73%94.51%-
XYZ64.7576.594.57-
YUV220.11139.7898.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.25%
GREEN value IS 237 (92.97% from 255) = 36.07%
BLUE value IS 241 (94.53% from 255) = 36.68%
R=27.25%
G=36.07%
B=36.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1792372410.260.0200.05183.8768.8982.35
HexB3EDF11A205b84552
Octal26335536132205270105122
Binary101100111110110111110001110101001011011100010001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EDF1; }

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

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

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

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

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

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

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

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