#B3FEFF

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

Shades of Pale Turquoise #B3FEFF

Tints of Pale Turquoise #B3FEFF

Color information

#B3FEFF (or 0xB3FEFF) is unknown color: approx Pale Turquoise. HEX triplet: B3, FE and FF. RGB value is (179,254,255). Sum of RGB (Red+Green+Blue) = 179+254+255=688 (91% of max value = 765). Red value is 179 (70.31% from 255 or 26.02% from 688); Green value is 254 (99.61% from 255 or 36.92% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3FEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FEFF is #4C0100. Grayscale: #E7E7E7. Windows color (decimal): -4980993 or 16776883. OLE color: 16776883.

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

Color convert

RGB179254255-
CMYK0.300.0000
HSL180.79º100%85.1%-
HSV(B)180.79º29.8%100%-
XYZ72.0887.69107.73-
YUV231.69141.1590.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.02%
GREEN value IS 254 (99.61% from 255) = 36.92%
BLUE value IS 255 (100% from 255) = 37.06%
R=26.02%
G=36.92%
B=37.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1792542550.300.0000180.7910085.1
HexB3FEFF1E000b56455
Octal26337637736000265144125
Binary101100111111111011111111111100001011010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FEFF; }

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

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

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

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

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

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

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

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