#B3F9F6

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

Shades of Pale Turquoise #B3F9F6

Tints of Pale Turquoise #B3F9F6

Color information

#B3F9F6 (or 0xB3F9F6) is unknown color: approx Pale Turquoise. HEX triplet: B3, F9 and F6. RGB value is (179,249,246). Sum of RGB (Red+Green+Blue) = 179+249+246=674 (89% of max value = 765). Red value is 179 (70.31% from 255 or 26.56% from 674); Green value is 249 (97.66% from 255 or 36.94% from 674); Blue value is 246 (96.48% from 255 or 36.50% from 674); Max value from RGB is 249 - color contains mainly: green. Hex color #B3F9F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F9F6 is #4C0609. Grayscale: #E3E3E3. Windows color (decimal): -4982282 or 16185779. OLE color: 16185779.

HSL color Cylindrical-coordinate representation of color #B3F9F6: hue angle of 177.43º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3F9F6 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB179249246-
CMYK0.2800.010.02
HSL177.43º85.37%83.92%-
HSV(B)177.43º28.11%97.65%-
XYZ69.183.9999.76-
YUV227.73138.3193.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.56%
GREEN value IS 249 (97.66% from 255) = 36.94%
BLUE value IS 246 (96.48% from 255) = 36.50%
R=26.56%
G=36.94%
B=36.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792492460.2800.010.02177.4385.3783.92
HexB3F9F61C012b15554
Octal26337136634012261125124
Binary1011001111111001111101101110001101011000110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F9F6; }

 p { color: rgb(179,249,246); }

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

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

 a { background-color: rgb(179,249,246); }

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

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

 span { border-color: rgb(179,249,246); }

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