#B3EEFF

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

Shades of Pale Turquoise #B3EEFF

Tints of Pale Turquoise #B3EEFF

Color information

#B3EEFF (or 0xB3EEFF) is unknown color: approx Pale Turquoise. HEX triplet: B3, EE and FF. RGB value is (179,238,255). Sum of RGB (Red+Green+Blue) = 179+238+255=672 (89% of max value = 765). Red value is 179 (70.31% from 255 or 26.64% from 672); Green value is 238 (93.36% from 255 or 35.42% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3EEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EEFF is #4C1100. Grayscale: #DEDEDE. Windows color (decimal): -4985089 or 16772787. OLE color: 16772787.

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

Color convert

RGB179238255-
CMYK0.300.0700
HSL193.42º100%85.1%-
HSV(B)193.42º29.8%100%-
XYZ67.2177.95106.11-
YUV222.3146.4597.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.64%
GREEN value IS 238 (93.36% from 255) = 35.42%
BLUE value IS 255 (100% from 255) = 37.95%
R=26.64%
G=35.42%
B=37.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1792382550.300.0700193.4210085.1
HexB3EEFF1E700c16455
Octal26335637736700301144125
Binary10110011111011101111111111110111001100000111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EEFF; }

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

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

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

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

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

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

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

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