#B3F5FE

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

Shades of Pale Turquoise #B3F5FE

Tints of Pale Turquoise #B3F5FE

Color information

#B3F5FE (or 0xB3F5FE) is unknown color: approx Pale Turquoise. HEX triplet: B3, F5 and FE. RGB value is (179,245,254). Sum of RGB (Red+Green+Blue) = 179+245+254=678 (89% of max value = 765). Red value is 179 (70.31% from 255 or 26.40% from 678); Green value is 245 (96.09% from 255 or 36.14% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #B3F5FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F5FE is #4C0A01. Grayscale: #E2E2E2. Windows color (decimal): -4983298 or 16709043. OLE color: 16709043.

HSL color Cylindrical-coordinate representation of color #B3F5FE: hue angle of 187.2º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3F5FE is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB179245254-
CMYK0.300.0400.00
HSL187.2º97.4%84.9%-
HSV(B)187.2º29.53%99.61%-
XYZ69.1382.04105.96-
YUV226.29143.6394.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.40%
GREEN value IS 245 (96.09% from 255) = 36.14%
BLUE value IS 254 (99.61% from 255) = 37.46%
R=26.40%
G=36.14%
B=37.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1792452540.300.0400.00187.297.484.9
HexB3F5FE1E400bb6155
Octal26336537636400273141125
Binary10110011111101011111111011110100001011101111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F5FE; }

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

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

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

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

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

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

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

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