#B7FBFC

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

Shades of Pale Turquoise #B7FBFC

Tints of Pale Turquoise #B7FBFC

Color information

#B7FBFC (or 0xB7FBFC) is unknown color: approx Pale Turquoise. HEX triplet: B7, FB and FC. RGB value is (183,251,252). Sum of RGB (Red+Green+Blue) = 183+251+252=686 (90% of max value = 765). Red value is 183 (71.88% from 255 or 26.68% from 686); Green value is 251 (98.44% from 255 or 36.59% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 252 - color contains mainly: blue. Hex color #B7FBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FBFC is #480403. Grayscale: #E6E6E6. Windows color (decimal): -4719620 or 16579511. OLE color: 16579511.

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

Color convert

RGB183251252-
CMYK0.270.0000.01
HSL180.87º92%85.29%-
HSV(B)180.87º27.38%98.82%-
XYZ71.686.09104.94-
YUV230.78139.9793.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 26.68%
GREEN value IS 251 (98.44% from 255) = 36.59%
BLUE value IS 252 (98.83% from 255) = 36.73%
R=26.68%
G=36.59%
B=36.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1832512520.270.0000.01180.879285.29
HexB7FBFC1B001b55c55
Octal26737337433001265134125
Binary101101111111101111111100110110011011010110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FBFC; }

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

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

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

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

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

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

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

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