#B3FBEF

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

Shades of Pale Turquoise #B3FBEF

Tints of Pale Turquoise #B3FBEF

Color information

#B3FBEF (or 0xB3FBEF) is unknown color: approx Pale Turquoise. HEX triplet: B3, FB and EF. RGB value is (179,251,239). Sum of RGB (Red+Green+Blue) = 179+251+239=669 (88% of max value = 765). Red value is 179 (70.31% from 255 or 26.76% from 669); Green value is 251 (98.44% from 255 or 37.52% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 251 - color contains mainly: green. Hex color #B3FBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FBEF is #4C0410. Grayscale: #E4E4E4. Windows color (decimal): -4981777 or 15727539. OLE color: 15727539.

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

Color convert

RGB179251239-
CMYK0.2900.050.02
HSL170º90%84.31%-
HSV(B)170º28.69%98.43%-
XYZ68.6784.8194.41-
YUV228.1134.1592.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.76%
GREEN value IS 251 (98.44% from 255) = 37.52%
BLUE value IS 239 (93.75% from 255) = 35.72%
R=26.76%
G=37.52%
B=35.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792512390.2900.050.021709084.31
HexB3FBEF1D052aa5a54
Octal26337335735052252132124
Binary101100111111101111101111111010101101010101010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FBEF; }

 p { color: rgb(179,251,239); }

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

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

 a { background-color: rgb(179,251,239); }

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

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

 span { border-color: rgb(179,251,239); }

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