#B3F1EA

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

Shades of Pale Turquoise #B3F1EA

Tints of Pale Turquoise #B3F1EA

Color information

#B3F1EA (or 0xB3F1EA) is unknown color: approx Pale Turquoise. HEX triplet: B3, F1 and EA. RGB value is (179,241,234). Sum of RGB (Red+Green+Blue) = 179+241+234=654 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.37% from 654); Green value is 241 (94.53% from 255 or 36.85% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F1EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F1EA is #4C0E15. Grayscale: #DDDDDD. Windows color (decimal): -4984342 or 15397299. OLE color: 15397299.

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

Color convert

RGB179241234-
CMYK0.2600.030.05
HSL173.23º68.89%82.35%-
HSV(B)173.23º25.73%94.51%-
XYZ64.978.4389.56-
YUV221.66134.9697.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.37%
GREEN value IS 241 (94.53% from 255) = 36.85%
BLUE value IS 234 (91.80% from 255) = 35.78%
R=27.37%
G=36.85%
B=35.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1792412340.2600.030.05173.2368.8982.35
HexB3F1EA1A035ad4552
Octal26336135232035255105122
Binary101100111111000111101010110100111011010110110001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F1EA; }

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

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

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

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

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

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

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

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