#B3EDF3

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

Shades of Pale Turquoise #B3EDF3

Tints of Pale Turquoise #B3EDF3

Color information

#B3EDF3 (or 0xB3EDF3) is unknown color: approx Pale Turquoise. HEX triplet: B3, ED and F3. RGB value is (179,237,243). Sum of RGB (Red+Green+Blue) = 179+237+243=659 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.16% from 659); Green value is 237 (92.97% from 255 or 35.96% from 659); Blue value is 243 (95.31% from 255 or 36.87% from 659); Max value from RGB is 243 - color contains mainly: blue. Hex color #B3EDF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EDF3 is #4C120C. Grayscale: #DCDCDC. Windows color (decimal): -4985357 or 15986099. OLE color: 15986099.

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

Color convert

RGB179237243-
CMYK0.260.0200.05
HSL185.62º72.73%82.75%-
HSV(B)185.62º26.34%95.29%-
XYZ65.0576.6296.16-
YUV220.34140.7898.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.16%
GREEN value IS 237 (92.97% from 255) = 35.96%
BLUE value IS 243 (95.31% from 255) = 36.87%
R=27.16%
G=35.96%
B=36.87%

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
Decimal1792372430.260.0200.05185.6272.7382.75
HexB3EDF31A205ba4953
Octal26335536332205272111123
Binary101100111110110111110011110101001011011101010010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EDF3; }

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

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

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

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

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

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

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

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