#B3F5ED

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

Shades of Pale Turquoise #B3F5ED

Tints of Pale Turquoise #B3F5ED

Color information

#B3F5ED (or 0xB3F5ED) is unknown color: approx Pale Turquoise. HEX triplet: B3, F5 and ED. RGB value is (179,245,237). Sum of RGB (Red+Green+Blue) = 179+245+237=661 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.08% from 661); Green value is 245 (96.09% from 255 or 37.07% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 245 - color contains mainly: green. Hex color #B3F5ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F5ED is #4C0A12. Grayscale: #E0E0E0. Windows color (decimal): -4983315 or 15594931. OLE color: 15594931.

HSL color Cylindrical-coordinate representation of color #B3F5ED: hue angle of 172.73º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3F5ED is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB179245237-
CMYK0.2700.030.04
HSL172.73º76.74%83.14%-
HSV(B)172.73º26.94%96.08%-
XYZ66.538192.25-
YUV224.35135.1395.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.08%
GREEN value IS 245 (96.09% from 255) = 37.07%
BLUE value IS 237 (92.97% from 255) = 35.85%
R=27.08%
G=37.07%
B=35.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1792452370.2700.030.04172.7376.7483.14
HexB3F5ED1B034ad4d53
Octal26336535533034255115123
Binary101100111111010111101101110110111001010110110011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F5ED; }

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

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

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

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

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

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

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

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