#B5FBFA

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

Shades of Pale Turquoise #B5FBFA

Tints of Pale Turquoise #B5FBFA

Color information

#B5FBFA (or 0xB5FBFA) is unknown color: approx Pale Turquoise. HEX triplet: B5, FB and FA. RGB value is (181,251,250). Sum of RGB (Red+Green+Blue) = 181+251+250=682 (90% of max value = 765). Red value is 181 (71.09% from 255 or 26.54% from 682); Green value is 251 (98.44% from 255 or 36.80% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 251 - color contains mainly: green. Hex color #B5FBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FBFA is #4A0405. Grayscale: #E5E5E5. Windows color (decimal): -4850694 or 16448437. OLE color: 16448437.

HSL color Cylindrical-coordinate representation of color #B5FBFA: hue angle of 179.14º 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 #B5FBFA is Cyan = 0.28, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB181251250-
CMYK0.2800.000.02
HSL179.14º89.74%84.71%-
HSV(B)179.14º27.89%98.43%-
XYZ70.8185.72103.26-
YUV229.96139.3193.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 26.54%
GREEN value IS 251 (98.44% from 255) = 36.80%
BLUE value IS 250 (98.05% from 255) = 36.66%
R=26.54%
G=36.80%
B=36.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812512500.2800.000.02179.1489.7484.71
HexB5FBFA1C002b35a55
Octal26537337234002263132125
Binary1011010111111011111110101110000101011001110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FBFA; }

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

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

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

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

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

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

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

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