#B3F0FE

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

Shades of Pale Turquoise #B3F0FE

Tints of Pale Turquoise #B3F0FE

Color information

#B3F0FE (or 0xB3F0FE) is unknown color: approx Pale Turquoise. HEX triplet: B3, F0 and FE. RGB value is (179,240,254). Sum of RGB (Red+Green+Blue) = 179+240+254=673 (89% of max value = 765). Red value is 179 (70.31% from 255 or 26.60% from 673); Green value is 240 (94.14% from 255 or 35.66% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #B3F0FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F0FE is #4C0F01. Grayscale: #DFDFDF. Windows color (decimal): -4984578 or 16707763. OLE color: 16707763.

HSL color Cylindrical-coordinate representation of color #B3F0FE: hue angle of 191.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 #B3F0FE is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB179240254-
CMYK0.300.0600.00
HSL191.2º97.4%84.9%-
HSV(B)191.2º29.53%99.61%-
XYZ67.6479.06105.46-
YUV223.36145.2996.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.60%
GREEN value IS 240 (94.14% from 255) = 35.66%
BLUE value IS 254 (99.61% from 255) = 37.74%
R=26.60%
G=35.66%
B=37.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1792402540.300.0600.00191.297.484.9
HexB3F0FE1E600bf6155
Octal26336037636600277141125
Binary10110011111100001111111011110110001011111111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F0FE; }

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

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

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

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

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

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

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

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