#B5FBF1

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

Shades of Pale Turquoise #B5FBF1

Tints of Pale Turquoise #B5FBF1

Color information

#B5FBF1 (or 0xB5FBF1) is unknown color: approx Pale Turquoise. HEX triplet: B5, FB and F1. RGB value is (181,251,241). Sum of RGB (Red+Green+Blue) = 181+251+241=673 (89% of max value = 765). Red value is 181 (71.09% from 255 or 26.89% from 673); Green value is 251 (98.44% from 255 or 37.30% from 673); Blue value is 241 (94.53% from 255 or 35.81% from 673); Max value from RGB is 251 - color contains mainly: green. Hex color #B5FBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FBF1 is #4A040E. Grayscale: #E4E4E4. Windows color (decimal): -4850703 or 15858613. OLE color: 15858613.

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

Color convert

RGB181251241-
CMYK0.2800.040.02
HSL171.43º89.74%84.71%-
HSV(B)171.43º27.89%98.43%-
XYZ69.4385.1796-
YUV228.93134.8193.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 26.89%
GREEN value IS 251 (98.44% from 255) = 37.30%
BLUE value IS 241 (94.53% from 255) = 35.81%
R=26.89%
G=37.30%
B=35.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812512410.2800.040.02171.4389.7484.71
HexB5FBF11C042ab5a55
Octal26537336134042253132125
Binary101101011111101111110001111000100101010101110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FBF1; }

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

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

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

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

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

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

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

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