#B5FFFB

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

Shades of Pale Turquoise #B5FFFB

Tints of Pale Turquoise #B5FFFB

Color information

#B5FFFB (or 0xB5FFFB) is unknown color: approx Pale Turquoise. HEX triplet: B5, FF and FB. RGB value is (181,255,251). Sum of RGB (Red+Green+Blue) = 181+255+251=687 (90% of max value = 765). Red value is 181 (71.09% from 255 or 26.35% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FFFB is #4A0004. Grayscale: #E8E8E8. Windows color (decimal): -4849669 or 16514997. OLE color: 16514997.

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

Color convert

RGB181255251-
CMYK0.2900.020
HSL176.76º100%85.49%-
HSV(B)176.76º29.02%100%-
XYZ72.2388.31104.51-
YUV232.42138.4891.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 26.35%
GREEN value IS 255 (100% from 255) = 37.12%
BLUE value IS 251 (98.44% from 255) = 36.54%
R=26.35%
G=37.12%
B=36.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1812552510.2900.020176.7610085.49
HexB5FFFB1D020b16455
Octal26537737335020261144125
Binary1011010111111111111110111110101001011000111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FFFB; }

 p { color: rgb(181,255,251); }

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

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

 a { background-color: rgb(181,255,251); }

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

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

 span { border-color: rgb(181,255,251); }

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