#B5FBFC

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

Shades of Pale Turquoise #B5FBFC

Tints of Pale Turquoise #B5FBFC

Color information

#B5FBFC (or 0xB5FBFC) is unknown color: approx Pale Turquoise. HEX triplet: B5, FB and FC. RGB value is (181,251,252). Sum of RGB (Red+Green+Blue) = 181+251+252=684 (90% of max value = 765). Red value is 181 (71.09% from 255 or 26.46% from 684); Green value is 251 (98.44% from 255 or 36.70% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #B5FBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FBFC is #4A0403. Grayscale: #E6E6E6. Windows color (decimal): -4850692 or 16579509. OLE color: 16579509.

HSL color Cylindrical-coordinate representation of color #B5FBFC: hue angle of 180.85º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5FBFC is Cyan = 0.28, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB181251252-
CMYK0.280.0000.01
HSL180.85º92.21%84.9%-
HSV(B)180.85º28.17%98.82%-
XYZ71.1285.85104.92-
YUV230.18140.3192.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 26.46%
GREEN value IS 251 (98.44% from 255) = 36.70%
BLUE value IS 252 (98.83% from 255) = 36.84%
R=26.46%
G=36.70%
B=36.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1812512520.280.0000.01180.8592.2184.9
HexB5FBFC1C001b55c55
Octal26537337434001265134125
Binary101101011111101111111100111000011011010110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FBFC; }

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

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

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

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

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

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

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

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